mikaelpatel/Arduino-FVM

Add support for tail call

mikaelpatel opened this issue · 1 comments

Performance optimization: jump to function instead of call, avoid exit to exit return. See also https://en.wikipedia.org/wiki/Tail_call.

See commit 034e3ed.