[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Shoehorning into 64 KB
- From: Tore Lund <tl001@...>
- Date: Thu, 17 May 2001 14:58:01 +0200
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