lua-users home
lua-l archive

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


> is there any activity regarding lua2c porting to lua5

Not yet. But the code generated by lua2c should mostly work with Lua 5.0.
(So, you still need luac from Lua 4.0 to run lua2c.)

A true version of lua2c for Lua 5.0 may be harder to write because the VM
is now register-based, not stack-based.
--lhf