lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Feb 14, 2012 at 6:48 PM, cynthia powers <powcyn@gmail.com> wrote:
> I am working with a legacy code base, based off of lua 5.0.2.
>
> I want to only integrate the emergency garbage collector from lua5,2 into
> out codebase.

You might find this one easier to backport from 5.1:

http://lua-users.org/wiki/EmergencyGarbageCollector

Lua doesn't have any public repo, so you'd have to diff 5.2 and 5.1
and identify only the differences related to emergency gc.

Cheers,
Sam