lua-users home
lua-l archive

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


Does anyone know -

Is there a document that describes what the 
Lua garbage collector collects?

How does it define "in use"?

Is it true that unreferenced userdata that has
a gc method always called during a collection cycle?

Does lua_close call the gc method for user data
regardless of whether it is  referenced?

D Burgess