[gclist] Looking for a garbage collector

Xavier Blondel xblondel@prof.inria.fr
Tue, 1 Jul 1997 16:03:23 +0200


>  
>  Check out "http://reality.sgi.com/employees/boehm_mti/gc.html"
>  It appears to meet most of the criteria except the last one,
>  running as a thread.  I haven't checked the efficiency yet, but
>  it uses a mark and sweep algorithm.
>  

There is a pointer in this page to this:

ftp://alix.inria.fr/pub/gc/

which is Ian Piumarta's version of Boehm's collector supporting DEC
and MIT pthreads.


Xavier