lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Mar 19, 2015 at 8:23 PM, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
I haven't yet figured out how to properly implement OP_TAILCALL in a
JITed function.

The usual approach is to emit code to pop the stack frame and convert the tail call to a jump.

e