lua-users home
lua-l archive

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


Do you mean you wish bytecode chunks were executed straight from ROM, rather than undumped to RAM first?

On Fri, Jul 30, 2010 at 9:44 AM, Martin Velek <martin.velek@gmail.com> wrote:
there is one drawback for microcontrollers with a small ROM memory
footprint. The scripts are converted into C file and placed in ROM
during compilation. If the device has an external storage like SD/MMC
card, the advantage of loading and executing scripts is lost(I mean
the scripts converted by the tool from loop).

-- Fabien.