From: | ericmuttta@email.com (Eric) |
Newsgroups: | comp.compilers |
Date: | 15 Jul 2003 14:49:29 -0400 |
Organization: | http://groups.google.com/ |
References: | 03-05-211 03-06-015 03-06-054 03-06-057 03-06-078 03-06-106 03-07-012 |
Keywords: | storage |
Posted-Date: | 15 Jul 2003 14:49:28 EDT |
> [Pure reference-count garbage collectors have problems with circular
> structures that point to themselves.]
I notice here, that you refer to "pure" reference-count GC, implying
that some GC's are "hybrid" and combine reference-counting and some
other scheme (supposeddly mark-and-sweep). How would such a hybrid GC
work? any papers on the subject?
> Note that a doubly-linked list falls into this category...
Cheers, E.
[I think I've seen descriptions of GC that use reference counts in places
where they're known to be safe, other kinds elsewhere. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.