lua-users home
lua-l archive

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


I regularly run Lua on an embedded system (ARM9). Changing the compiler into a cross-compiler is easy, even in our case where we had to modify the bytecode format (to allow execution from flash).

As for gains linked to precompiling:

In terms of speed and storage space, there is little gain to expect, especially if you don't strip the debug symbols.

-- Fabien.