lua-users home
lua-l archive

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


> Our problem (pointed to us by the course's teacher) is that, usually,
> mark-and-sweep algorithms implement some variation of Tri-color
> Marking. We will study Lua's source code in detail but, to formalize
> the project proposal, we need to find out quickly if Lua's GC
> algorithm implements Tri-color marking.

Yes, it does.

-- Roberto