[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage Collector Problem
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 29 Aug 2014 13:55:32 -0300
> I have the impression that 'allweak' is for "kv" tables. Is this
> right? But why is this table moved from 'ephemeron' to 'allweak'?
> Its mode is still "k".
>
> Any hints on how to proceed?
An ephemeron table can be moved to the allweak list, at the atomic
phase, if it does not have to be traversed again but still needs to be
cleaned. Maybe the logic that controls these conditions is wrong.
I certainly will have a look at that, but not immediately.
Many many thanks for the feedback and this analysis.
-- Roberto
- References:
- Garbage Collector Problem, Richter, Jörg
- Re: Garbage Collector Problem, Alex Queiroz
- RE: Garbage Collector Problem, Richter, Jörg
- Re: Garbage Collector Problem, Roberto Ierusalimschy
- RE: Garbage Collector Problem, Richter, Jörg
- RE: Garbage Collector Problem, Richter, Jörg
- RE: Garbage Collector Problem, Richter, Jörg
- RE: Garbage Collector Problem, Richter, Jörg