The *(term) for automated memory-management and reclamation, one of the many *(methods of migration).

<ul class="links">
<li>Henry G. Baker has a _(homepage| http://www.pipeline.com/~hbaker1/) with good GC articles on it.
<li>_(Paul Wilson| http://www.cs.utexas.edu/users/wilson/)'s _(OOPS team| http://www.cs.utexas.edu/users/oops/papers.html), and his dedicated _(GC FTP| ftp://ftp.cs.utexas.edu/pub/garbage/) site (particularly his _(survey of GC techniques| ftp://ftp.cs.utexas.edu//pub/garbage/gcsurvey.ps))
<li>An _(FAQ|http://www.iecc.com/gclist/GC-faq.html).
<li>Richard Jones' _(page on GC| http://www.cs.ukc.ac.uk/people/staff/rej/gc.html) with extensive links and bibliography.
<li>The _(SOR project| http://www-sor.inria.fr/) at french _(INRIA) has developed distributed GCs.
<li>Hans Boehm's famous _(conservative GC| http://www.hpl.hp.com/personal/Hans_Boehm/gc/) for C/C++
<li>Damien Doligez's _(thesis| http://para.inria.fr/~doligez/caml-guts/) about proving correct the concurrent GC he wrote used in OCAML.
<li>_(Dynamic Storage Allocation Information Repository| http://www.cs.colorado.edu/homes/zorn/public_html/DSA.html)
<li>Random pointers about GC: _(Emacs GC| http://sunland.gsfc.nasa.gov/info/elisp/Garbage_Collection.html), _(MzScheme GC| http://www.cs.rice.edu/CS/PLT/packages/doc/mzembed/node43.html).
<li>a study of _(garbage collection costs|ftp://ftp.cs.colorado.edu/pub/techreports/zorn/CU-CS-665-93.ps.Z).
<li>_(another page about GC| http://www.wildcard.demon.co.uk/dev/gc.html).
</ul>