[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Minimizing memory consumption
- From: Amit Levy <amit@...>
- Date: Wed, 31 May 2017 08:44:32 -0400
Luiz, this is perfect! Thanks!
On 05/30/2017 06:30 PM, Luiz Henrique de Figueiredo 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.
> Just download this file and add it to your project:
> http://www.lua.org/extras/5.3/noparser.c
>
> If you don't use string.dump, you can also remove it by editing noparser.c
> (instructions included in the file).
>