Add support for tail call
mikaelpatel opened this issue · 1 comments
mikaelpatel commented
Performance optimization: jump to function instead of call, avoid exit to exit return. See also https://en.wikipedia.org/wiki/Tail_call.
mikaelpatel commented
See commit 034e3ed.