lua-users home
lua-l archive

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


>>>>> "Dibyendu" == Dibyendu Majumdar <mobile@majumdar.org.uk> writes:

 Dibyendu> In Ravi, when I run this - I see GC being invoked recursively
 Dibyendu> ... should that happen?

The Lua GC disables itself when running finalizers, so it shouldn't
recurse normally, but an explicit call to collectgarbage() overrides
that.

-- 
Andrew.