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
Right now, every time a function is called, the VM goes through calling eval_code_in_frame and one more loop inside the runloop. Instead, it could implement stack frames entirely inside itself, saving a recursive call