lua-users home
lua-l archive

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


> 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