[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: emergency garbage collector
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 15 Feb 2012 08:15:36 -0200
> I am working with a legacy code base, based off of lua 5.0.2.
Time to move to Lua 5.2 then... Perhaps it won't be that difficult.
We can try to help.
> I want to only integrate the emergency garbage collector from lua5,2 into
> out codebase.
Probably very hard to do. The emergency garbage collector contains lots
of small details.
> so you'd have to diff 5.2 and 5.1 and identify only the differences
> related to emergency gc.
Very hard to identify. The diffs bewteen 5.1 and 5.2 are huge.
diff -u contains around 20000 lines, the size of the Lua code itself.