[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How reliable is lua_topointer() ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 11 Aug 2009 07:46:36 -0300
> I'm looking at using the pointer returned from lua_topointer() as an
> index into a weak-keyed table, but it's not obvious whether Lua might
> ever change these pointers during the execution of my scripts (ie
> whether a gc cycle might moving things around internally).
Lua's GC is not a moving GC.