[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Optimizations during compilation
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 18 Jun 2004 23:19:07 -0300
>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