lua-users home
lua-l archive

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


(regarding the portability of an opcode patching scheme for breakpoints)
> LuaJIT is a bit more involved, though the technique should be applicable.

Note that I mean the technique could apply to interpreted mode. Mixing JIT 
with bytecode patching would require more thought and great care.

But I digress.

DT