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
The VM is meant to guarantee tail call optimizations when a function calls itself since we are able to reuse the activation record. A previous change to the VM, likely my rewrite, caused me to accidentally remove/break this functionality