Related articles |
---|
Copying GC and finalization der_julian@web.de (Julian Stecklina) (2005-07-26) |
Re: Copying GC and finalization cjc1@cam.ac.uk (Chris Cheney) (2005-07-28) |
Re: Copying GC and finalization liekweg@gmx.de (Florian Liekweg) (2005-07-28) |
Re: Copying GC and finalization der_julian@web.de (Julian Stecklina) (2005-08-05) |
Re: Copying GC and finalization eliotm@pacbell.net (Eliot Miranda) (2005-08-21) |
Re: Copying GC and finalization der_julian@web.de (Julian Stecklina) (2005-08-24) |
From: | Julian Stecklina <der_julian@web.de> |
Newsgroups: | comp.compilers |
Date: | 26 Jul 2005 13:20:45 -0400 |
Organization: | Compilers Central |
Keywords: | GC, question |
Posted-Date: | 26 Jul 2005 13:20:45 EDT |
Hello,
I am looking for ways to implement finalization of and weak pointers
to objects in a copying garbage collector. I am quite puzzled on how
to implement this without losing the nice property of copying garbage
collectors that there is nothing to do for objects that have become
garbage.
If anyone can point me to some information, it would be very helpful.
Regards,
--
Julian Stecklina
LISP has survived for 21 years because it is an approximate local
optimum in the space of programming languages. - John McCarthy (1980)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.