lua-users home
lua-l archive

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


> Also, would it make sense to adjust generational collection
> so that short gc leaves uncollected objects white,
> while full gc creates old objects?

With that change, objects would become old only in major collections.
I am afraid it would make the nursery too big.

-- Roberto