lua-users home
lua-l archive

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


> I will update the Emergency GC patch to include these changes, even though it 
> doesn't happen on this test case.

Lua 5.2 has a compile option for debugging that forces an emergency GC at
every single memory allocation. It takes hours to run the tests,
but it found several bugs that I do not think we could find otherwise.

-- Roberto