[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PATCH] Re: The Lua interpreter and large scripts
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 14 Nov 2009 10:38:34 -0200
> 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