home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!corton!nenufar.saclay.cea.fr!beltegeuse!basile
- From: basile@soleil.serma.cea.fr (Basile STARYNKEVITCH)
- Newsgroups: comp.lang.functional
- Subject: Re: References to Generational garbage collection
- Keywords: garbage generational
- Message-ID: <1992Jul22.073114.12305@nenufar.saclay.cea.fr>
- Date: 22 Jul 92 07:31:14 GMT
- References: <19376@optima.cs.arizona.edu>
- Sender: @nenufar.saclay.cea.fr
- Reply-To: basile@soleil.serma.cea.fr (Basile STARYNKEVITCH)
- Organization: Commissariat a l Energie Atomique
- Lines: 63
- Nntp-Posting-Host: beltegeuse.serma.cea.fr
-
- In article <19376@optima.cs.arizona.edu>, saunders@cs.arizona.edu (Richard T. Saunders) writes:
- |> Does anybody know of any (preferably introductory) good places for
- |> information of generational garbage collection?
-
- There are a lot of papers and some book chapters on that subject. Of
- course, i don't claim to have a full list (and i am interested by
- recent papers on Generational G.C.):
-
-
- Books (with chapters on G.C.):
-
- "Topics in Advanced Language Implementation"
- Peter LEE ed.
- MIT Press 1991
- ISBN 0-262-12151-4
- contains a paper by A.W.APPEL: "Garbage Collection";
-
- "Functionnal Programming"
- A.J.FIELD & P.G.HARRISON
- Addison Wesley 1988
- ISBN 0-201-19249-7
- contains a chapter on G.C.
-
-
- Recent Papers:
-
- A.W.APPEL "A runtime system"
- Lisp & Symbolic Computation 1990, 3, pp343-380
-
- H.G.BAKER
- "the Threadmill, real-time Garbage Collection without Motion Sickness"
- ACM SIGPLAN Notice vol27 n3 March 92
-
- H.G.BAKER
- "CONS should not CONS its Arguments, or a Lazy Alloc is a Smart Alloc"
- ACM SIGPLAN Notice vol27 n3 March 92
-
-
- D.UNGAR & F.JACKSON
- "an Adaptative Tenuring Policy for Generation Scavengers"
- ACM Transactions on Programming Languages & Systems vol14 n1, Jan 92, pp1-27
-
- C.CHAMBERS, D.UNGAR, E.LEE
- "An efficient Implementation of SELF ..."
- Lisp & Symbolic Computation 1991, 4, pp243-281 (and also OOPSALA 89?)
-
-
- and many other papers on parallel generational garbage collection (eg OOPSALA 91....)
-
-
- Again if someone have other recent references i'm interested (and also
- by ftp sites having them).
-
-
-
- --
- Basile STARYNKEVITCH
- Commissariat a l Energie Atomique
- DRN/DMT/SERMA * C.E. Saclay bat.470 * 91191 GIF/YVETTE CEDEX * France
- fax: (33) 1- 69.08.23.81; phone: (33) 1- 69.08.40.66
- email: basile@soleil.serma.cea.fr; homephone: (33) 1- 46.65.45.53
- N.B. Any opinions expressed here are solely mine, and not of my organization.
- N.B. Les opinions exprimees ici me sont personnelles et n engagent pas le CEA.
-