lua-users home
lua-l archive

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


> (My even crazier question would be whether it'd be possible to execute precompiled modules in place rather than copying them to RAM in lua_load, but I realise that's a much more complex problem.)

It'd probably be easy to run bytecode from ROM but using the table
of constants would be harder. There are Lua functions with lots of
constants, for instance, graphics metafiles with lots of real numbers,
or databases with lots of strings.