[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: calling collectgarbage in __gc metamethod
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 6 Aug 2012 21:15:52 -0300
> But I expected:
> start gc
> end gc
> start gc
> end gc
> start gc
> end gc
> ....
This is not how recursive calls work :)
-- Roberto