Related articles |
---|
garbage collection lex@cc.gatech.edu (Lex Spoon) (2003-07-13) |
Garbage collection wmccabe@hotmail.com (2004-07-28) |
Re: Garbage collection nmm1@cus.cam.ac.uk (2004-08-04) |
Re: Garbage collection sk@z.pl (Sebastian) (2004-08-04) |
Re: Garbage collection tmk@netvision.net.il (2004-08-05) |
Re: Garbage collection basile-news@starynkevitch.net (Basile Starynkevitch \[news\]) (2004-08-05) |
Re: Garbage collection nick.roberts@acm.org (Nick Roberts) (2004-08-09) |
Re: Garbage collection vbdis@aol.com (2004-08-10) |
[17 later articles] |
From: | wmccabe@hotmail.com (William McCabe) |
Newsgroups: | comp.compilers |
Date: | 28 Jul 2004 12:20:56 -0400 |
Organization: | http://groups.google.com |
Keywords: | GC, question |
Posted-Date: | 28 Jul 2004 12:20:56 EDT |
I am in the process of writing my own programming language and I would
like to use garbage collection as a means for automatic memory
management. I have decided that I want to implement a two-stage
generational copying collector.
I know how a copying and generational collector works but Im not sure
how they work when put together. In my mind, generational is similar
to coping in being that they both seperate the heap into two
semi-spaces, but use totaly different methods to collect garbage. Can
someone shield some light on this subject for me.
Thanks in advance.
[You might want to ask this on the GC list that spun off from
comp.compilers some time ago. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.