[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Memory usage stats for 5.2 vs 5.3
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 13 Jan 2015 16:00:23 -0200
> (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.