[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.1 (rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 27 May 2012 09:52:11 -0300
> 5.2.1 still uses somewhat more memory than 5.1.5, but much less than
> 5.2.0, and doesn't exhibit the "very weird" behavior of 5.2.0.
>
> [5.2.1 is also about 10% faster than 5.1.5; I dunno whether this is due
> to the remaining difference in GC behavior, or just general speed
> improvements.]
Did you try to change the GC parameters with 5.2.1? (For instance,
setting the pause to 100 or the stepmul to 300~500.)
-- Roberto