lua-users home
lua-l archive

Re: lua_gc()

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


Hi David,
I have tables and userdata that only exist on the thread stack these
are the ones that get collected.
do you use lua_checkstack to make sure that there is room enough on the stack? Are the collected stack slots set to nil? You can also compile Lua with lua_assert defined to some assert expression and see what happens.
--
Wim

AltStyle によって変換されたページ (->オリジナル) /