[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage collection and the registry
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 22 Oct 2003 09:53:59 -0200
> Do references to objects via the registry count towards preventing
> garbage collection?
Sure. Avoiding garbage collection is one of the main uses of the
registry.
-- Roberto