lua-users home
lua-l archive

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


> 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.