Re: Finalizers & Reference counting.
Nick Barnes <[email protected]>
| Newsgroups | gmane.comp.programming.garbage-collection.general |
|---|---|
| Message-ID | <[email protected]> |
At 2002-08-31 16:53:33+0000, Andrew Shi-hwa Chen writes: > > I think "don't promote" is overly specific. Absolutely; I was responding to the question of whether a generational collector has particular problems with compilers (or other strongly phased mutators). A generational collector might well have an interface controlling promotion; a generic memory management layer on top of such a collector might provide some sort of liveness interface which translates into promotion control. Nick B