[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bug in Lua 5.1.4 with GC, userdata and fenv
- From: Francesco Abbate <francesco.bbt@...>
- Date: Wed, 4 Aug 2010 08:42:07 +0200
2010/8/4 Miles Bader <miles@gnu.org>:
> If you have some control over the exit, can't you clear out the registry
> references and then force a garbage collection before calling lua_close?
Hi Miles,
this is what I was thinking to do. More precisely I was thinking to
- clear the GLOBALS register
- make a full GC
- call lua_close
I was just wondering about what could be the more efficient way to
clean up the globals table.
Francesco
- References:
- bug in Lua 5.1.4 with GC, userdata and fenv, Francesco Abbate
- RE: bug in Lua 5.1.4 with GC, userdata and fenv, Benoit Germain
- Re: bug in Lua 5.1.4 with GC, userdata and fenv, Francesco Abbate
- Re: bug in Lua 5.1.4 with GC, userdata and fenv, Francesco Abbate
- Re: bug in Lua 5.1.4 with GC, userdata and fenv, Roberto Ierusalimschy
- Re: bug in Lua 5.1.4 with GC, userdata and fenv, Francesco Abbate
- Re: bug in Lua 5.1.4 with GC, userdata and fenv, Miles Bader