lua-users home
lua-l archive

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


Some more notes about how Lua's GC works can be found here:
http://lua-users.org/wiki/EmergencyGarbageCollector

Thank you. Description of GC stages was especially helpful.

Without changes to the GC no collectable value can be ignored by the GC.

I will indeed have to modify GC. Let's see how it goes.

--j<