Re: gc * 4 ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: gc * 4 ?
- From: "kaishaku13" <kaishaku13@...>
- Date: 2002年4月13日 04:23:18 -0000
Found the problem... changes in 4.1w4.
--- In lua-l@y..., "kaishaku13" <kaishaku13@h...> wrote:
> My "gc" tag method is being called 4 times instead of 1.
> Four time for ever "new" object created, using the methods
> described in a previous mail on minimal 4.1w4 OO.
>
> Is this normal? Common mistake in my programming?