lua-users home
lua-l archive

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


>I don't know if anyone else would be interested, but I would like to see a 
>dynamic JIT style compiler for LUA opcodes to machine code.

This is not as simple as it seems because Lua semantics says that almost any
VM instruction can call a metamethod. But it would be interesting to see
how far we can go and how much faster it will be.
--lhf