|
On 28-12-2010 19:55, Roberto Ierusalimschy wrote:
Sounds like a plain bug to me, the manual does not state that LUA_GCCOLLECT implies a LUA_GCRESTART ?In other words, currently the call collectgarbage() is equivalent to the sequence collectgarbage(); collectgarbage'restart'. The proposal is to remove this implicit restart. After the full collection, the collector keeps its running status (stopped or running) as it was before the full collection.
/Erik