[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua's GC
- From: "Luiz Carlos Silveira" <luiz@...>
- Date: Mon, 10 Jun 2002 14:31:27 -0300
I have a GC question.
t = {{{{{{{{{{{{'test'}}}}}}}}}}}}
t = nil
how many gc cycles will be needed to collect 'test' ?
only 1 ?