mikaelpatel / Arduino-FVM

Byte Token Threaded Forth Virtual Machine (FVM) for Arduino

Home Page:https://mikaelpatel.github.io/Arduino-FVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for tail call

mikaelpatel opened this issue · 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.