lua-users home
lua-l archive

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


> 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.