lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo wrote:
> 
> >Leaving out lauxlib, lbaselib, liolib and lstrlib brings the segment
> 
> Do you need ldblib and lmathlib?

I have already removed those.

But I have a terrible confession to make.  I had forgot to turn off
debug information.  Just doing this make the code segment shrink from
65499 to 49361 bytes.  This latter size includes a C standard library
and another system module in addition to core Lua + four libraries, so
49361 bytes is very satisfactory.

Thanks for your advice anyway, and sorry for the false alarm.
-- 
    Tore