[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can someone sell Lua 5.2.0 to me please ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 17 Dec 2011 11:39:19 -0200
> My usage of Lua is for an embedded hardware project that uses an oddball OS and a slow CPU.
If you compile Lua code in the embedded hardware then the Lua 5.2 parser
uses much less stack.
Also, if applicable, the NaN trick can reduce the memory required for Lua
objects.
Finally, the Lua 5.2 core depends less on the underlying C library.