lua-users home
lua-l archive

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


On Fri, 10 Jul 2020 at 09:18, Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
>
> >>>>> "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.
>

Okay thanks.