Related articles |
---|
Garbage Collector for C Wanted eppler@bordeaux.informatik.uni-kl.de (1993-07-12) |
Re: Garbage Collector for C Wanted N.Winton@axion.bt.co.uk (1993-07-19) |
Re: Garbage Collector for C Wanted boehm@parc.xerox.com (1993-07-19) |
Re: Garbage Collector for C Wanted pardo@cs.washington.edu (1993-07-20) |
Newsgroups: | comp.compilers |
From: | pardo@cs.washington.edu (David Keppel) |
Keywords: | C, GC |
Organization: | Computer Science & Engineering, U. of Washington, Seattle |
References: | 93-07-047 |
Date: | Tue, 20 Jul 1993 19:47:50 GMT |
eppler@bordeaux.informatik.uni-kl.de (Reinhard Eppler) writes:
>I need a garbage collector with reference counting written in C(++).
Which reminds me that
%A Hans-J. Boehm
%A David Chase
%T A Proposal for Garbage-Collector-Safe C Compilation
%J Journal of C Language Translation
%D December 1992
%P 126-141
mentions that a conservative (non-reference counting) garbage collector
is available via anonymous ftp from "parcftp.xerox.com" in
"pub/russell/gc.tar.Z". I haven't looked at it, but this seems like a
really great resource for people who are interested in GC.
;-D on ( I've been collecting garbage for years... ) Pardo
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.