[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Minimizing memory consumption
- From: Amit Aryeh Levy <amit@...>
- Date: Tue, 30 May 2017 16:25:42 -0400
On 05/30/2017 04:11 PM, Roberto Ierusalimschy wrote:
>
> The asccii parser and the bytecode loader are completely separated.
> It should be easy to remove the modules lparser/llex/lcode adding
> small stubs for a few of their functions.
Got it. In that case would you recommend just not including those files
when compiling the Lua library and writing replacement stub ones? That
shouldn't be too bad with a simple Makefile rule.
>
> -- Roberto
>
>