Re: Garbage collection

"Basile Starynkevitch \[news\]" <basile-news@starynkevitch.net>
5 Aug 2004 14:17:42 -0400

          From comp.compilers

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)
Re: Garbage collection gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-08-11)
Re: Garbage collection nick.roberts@acm.org (Nick Roberts) (2004-08-13)
Re: Garbage collection t.zielonka@zodiac.mimuw.edu.pl (Tomasz Zielonka) (2004-08-13)
Re: Garbage collection antti-juhani@kaijanaho.info (Antti-Juhani Kaijanaho) (2004-08-15)
[13 later articles]
| List of all articles for this month |

From: "Basile Starynkevitch \[news\]" <basile-news@starynkevitch.net>
Newsgroups: comp.compilers
Date: 5 Aug 2004 14:17:42 -0400
Organization: http://starynkevitch.net - Ours
References: 04-07-085
Keywords: GC
Posted-Date: 05 Aug 2004 14:17:42 EDT

Le 28-07-2004, William McCabe <wmccabe@hotmail.com> a écrit :
> 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 [...]


You need to read Lins&Jones' book on Garbage Collection.


If you want a generational copying GC callable from C (using some
specific coding style and calling conventions) you should consider
using my Qish garbage collector (opensource, LGPL):


http://starynkevitch.net/Basile/qishintro.html


I'll be delighted to offer help in using it if needed.




--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net
aliases: basile<at>tunes<dot>org = bstarynk<at>nerim<dot>net
8, rue de la Faïencerie, 92340 Bourg La Reine, France



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.