Comment by hahahaa 14 hours ago Oh it needs a userland trampoline!> JSOO does not have tail call optimization 1 comment hahahaa Reply debugnik 7 hours ago Jsoo supports self-recursive and mutually recursive tail calls, but for general tail calls it would need to trampoline every single call, since the only major browser with proper tail calls is Safari.
debugnik 7 hours ago Jsoo supports self-recursive and mutually recursive tail calls, but for general tail calls it would need to trampoline every single call, since the only major browser with proper tail calls is Safari.
Jsoo supports self-recursive and mutually recursive tail calls, but for general tail calls it would need to trampoline every single call, since the only major browser with proper tail calls is Safari.