Re: calling collectgarbage in __gc metamethod
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: calling collectgarbage in __gc metamethod
- From: Atilim Cetin <atilim.cetin@...>
- Date: Tue, 7 Aug 2012 15:29:02 +0300
On Tue, Aug 7, 2012 at 3:15 AM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>> But I expected:
>> start gc
>> end gc
>> start gc
>> end gc
>> start gc
>> end gc
>> ....
>
> This is not how recursive calls work :)
>
> -- Roberto
>
I understand now. Thank you :)