On Fri, Nov 5, 2010 at 1:18 AM, Alexander Gladysh <[email protected]> wrote: > Seriously, until LJ2 supports it, Lua 5.2 is not an option for my > production code.
Good point! I was about to suggest 'patch the interpreter' ;) (LJ2 is one big reason why Lua 5.2 will be slow to be deployed....) This may be naive, but would not calling collectgarbage() a few times before os.exit() ensure that things are properly collected, if the important resources are first dereferenced?. (I suspect that 'if' is a big one and depends on code organization) steve d. _______________________________________________ Kepler-Project mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/
