[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua on ARM7
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 26 May 2006 09:00:20 -0300
> I'm now down to 25K of code, after leaving out the standard libraries and the parser (using noparser.c).
Did you also leave out the dump module? There's a flag in noparser.c for that.
The dump module is tiny but when every byte counts, this may help. Also,
you can remove luaP_opnames in lopcodes.c, which is only needed for luac,
but that's only data, not code.
--lhf