> 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