lua-users home
lua-l archive

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


>Will Lua 5.1 have an updated Lua2C?

I really wanted to have lua2c for Lua 5.0 but the VM is now registered-based
while the API is stack-based. This mismatch makes lua2c not easy to write.
Perhaps I should try again. No promisses, though.

On the other hand, the current lua2c emits code that is mostly fine for 5.0...
--lhf