lua-users home
lua-l archive

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


James McCartney wrote:
> If you want to read up on incremental GC :

Thanks for the pointers!  Important part that I missed: take care of changed
references in objects of the current parity into one of the opposite parity
(because those could possibly "revive" an otherwise collected object.)  The
object referred to should be (re)scheduled for marking.

Do you feel the scheme you implemented would be suitable for Lua?

Bye,
Wim