lua-users home
lua-l archive

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


>    Of course, native code always beat interpreted code/bytecode.

This is not so clear for Lua because of its extensible semantics. In
other words, almost every Lua VM instruction can trigger a metamethod.
So JIT compiling for Lua is not simple.
--lhf