Re: Distributed GC

Richard Jones <[email protected]> Sat, 11 Mar 2006 11:39:05 +0000
Newsgroups gmane.comp.programming.garbage-collection.general
Message-ID <[email protected]>
> Le 10 mars 06 ? 11:20, [email protected] a ?crit :
> 
> > Date: Thu, 9 Mar 2006 12:44:43 +0000
> > From: FaeLLe <[email protected]>
> > To: [email protected]
> > Subject: Garbage Collection
> >
> > Hello,
> >
> > Not sure if this constitutes as an slightly off topic post but I was
> > wondering if anyone could point me in the right direction to obtaining
> > research papers on Distributed Reference Counting and Garbage  
> > Collection
> > either both of them or just Garbage Collection in Java.
> 
> A few years back, my group did a lot of work on distributed GC,  
> including distributed variants of reference counting.  See here:
> 	http://www-sor.inria.fr/~shapiro/#cache-gc
> 	http://www-sor.inria.fr/~shapiro/#classical-gc

There's also a review of distributed reference counting work in our
recent TOPLAS article,
  Birrell's distributed reference listing revisited.
  Luc Moreau, Peter Dickman, and Richard Jones.
  ACM Transactions on Programming Languages and Systems (TOPLAS),
  27(6):1-52, November 2005.

Richard