You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#196. Errorneus tail-optimization of inner DefDef's
Unless a DefDef is a result of desugaring an exception handler it shouldn't be optimized by tailrec.
There's a potential improvement here: to detect that a DefDef
is a label def which itself is called only in tail position.
This is a requirement to implement #194
0 commit comments