[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to tune generational collector in work3?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 1 Jun 2010 09:33:32 -0300
> This fixes it:
>
> [...]
> + luaC_runtilstate(L, ~bitmask(GCSpause));
> luaC_runtilstate(L, bitmask(GCSpause)); /* run collection */
This seems a stupid bug; sorry about that. Minor collections were void.
(This shows that the tests about minor collections are still not
in the test suit. A small change a few weeks ago broke it and we did
not notice...)
How things are working now?
-- Roberto