lua-users home
lua-l archive

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


Hi,

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

Anyway, better than nothing.

Martin

P.S.
Thanks Diego for LS(and to people in section Special thanks)

On 29 July 2010 18:16, Diego Nehab <diego@tecgraf.puc-rio.br> wrote:
> Hi,
>
>> A while back, I had to do static linking and I run into that page: http://loop.luaforge.net/release/preload.html.
>> It pretty much explain the thing, and even give script to do the work ! And guess what: they use luasocket as an example :)
>
> That's  a very nice tool I wasn't aware of. At any rate, now that
> everything is on the record, answering these questions in the future
> will be a matter of sending a link. :)
>
> Regards,
> Diego
>