[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: GC Optimisation question for Lua4
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 17 Jun 2004 10:52:27 -0300
> I've thought about incremental garbage collection, but I'm a
> bit hesitant to A : try to do my own incremental, B: port my project
> to lua 5.1.
Why are you hesitant with option B? There are very few incompatibilities
between 5.0 and 5.1; it should be easy to try your game with Lua 5.1.
(Even if you have to change anything, you can change it in a way that do
not need to be changed back if you return to 5.0.)
-- Roberto