Re: lua5.2: removing parser from custom srlua.exe?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua5.2: removing parser from custom srlua.exe?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2014年2月10日 10:56:40 -0200
> > total: 132481 core: 76310 libs: 56171 parse: 26284
> > total: 100% core: 58% libs: 42% parse: 20% of total, 34% of core
>
> So actually the parser isn't _such_ a big overhead
1/3 is a sizable overhead. But, yes, Lua is not big at all.
In embedded systems, which are likely to need a different set of
libraries altogether, this can make a difference, I guess.