lua-users home
lua-l archive

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


>         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