[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: garbage collection (4.0.1)
- From: "David Burgess" <db@...>
- Date: Tue, 9 Jul 2002 01:03:46 +1000
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