[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Minimizing memory consumption
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 30 May 2017 19:30:50 -0300
> 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).