lua-users home
lua-l archive

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


On 28-12-2010 19:55, Roberto Ierusalimschy wrote:
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.
Sounds like a plain bug to me, the manual does not state that LUA_GCCOLLECT implies a LUA_GCRESTART ?

/Erik