home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / function / 932 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  2.4 KB

  1. Path: sparky!uunet!mcsun!corton!nenufar.saclay.cea.fr!beltegeuse!basile
  2. From: basile@soleil.serma.cea.fr (Basile STARYNKEVITCH)
  3. Newsgroups: comp.lang.functional
  4. Subject: Re: References to Generational garbage collection
  5. Keywords: garbage generational
  6. Message-ID: <1992Jul22.073114.12305@nenufar.saclay.cea.fr>
  7. Date: 22 Jul 92 07:31:14 GMT
  8. References: <19376@optima.cs.arizona.edu>
  9. Sender: @nenufar.saclay.cea.fr
  10. Reply-To: basile@soleil.serma.cea.fr (Basile STARYNKEVITCH)
  11. Organization: Commissariat a l Energie Atomique
  12. Lines: 63
  13. Nntp-Posting-Host: beltegeuse.serma.cea.fr
  14.  
  15. In article <19376@optima.cs.arizona.edu>, saunders@cs.arizona.edu (Richard T. Saunders) writes:
  16. |> Does anybody know of any (preferably introductory) good places for
  17. |> information of generational garbage collection? 
  18.  
  19. There are a lot of papers and some book chapters on that subject. Of
  20. course, i don't claim to have a full list (and i am interested by
  21. recent papers on Generational G.C.):
  22.  
  23.  
  24. Books (with chapters on G.C.):
  25.  
  26. "Topics in Advanced Language Implementation"
  27. Peter LEE ed.
  28. MIT Press 1991
  29. ISBN 0-262-12151-4
  30. contains a paper by A.W.APPEL: "Garbage Collection";
  31.  
  32. "Functionnal Programming"
  33. A.J.FIELD & P.G.HARRISON
  34. Addison Wesley 1988
  35. ISBN 0-201-19249-7
  36. contains a chapter on G.C.
  37.  
  38.  
  39. Recent Papers:
  40.  
  41. A.W.APPEL "A runtime system" 
  42. Lisp & Symbolic Computation 1990, 3, pp343-380
  43.  
  44. H.G.BAKER
  45. "the Threadmill, real-time Garbage Collection without Motion Sickness"
  46. ACM SIGPLAN Notice vol27 n3 March 92
  47.  
  48. H.G.BAKER
  49. "CONS should not CONS its Arguments, or a Lazy Alloc is a Smart Alloc"
  50. ACM SIGPLAN Notice vol27 n3  March 92
  51.  
  52.  
  53. D.UNGAR & F.JACKSON
  54. "an Adaptative Tenuring Policy for Generation Scavengers"
  55. ACM Transactions on Programming Languages & Systems vol14 n1, Jan 92, pp1-27
  56.  
  57. C.CHAMBERS, D.UNGAR, E.LEE
  58. "An efficient Implementation of SELF ..."
  59. Lisp & Symbolic Computation 1991, 4, pp243-281 (and also OOPSALA 89?)
  60.  
  61.  
  62. and many other papers on parallel generational garbage collection (eg OOPSALA 91....)
  63.  
  64.  
  65. Again if someone have other recent references i'm interested (and also
  66. by ftp sites having them).
  67.  
  68.  
  69.  
  70. -- 
  71. Basile STARYNKEVITCH
  72. Commissariat a l Energie Atomique
  73. DRN/DMT/SERMA * C.E. Saclay bat.470 * 91191 GIF/YVETTE CEDEX * France
  74. fax: (33) 1- 69.08.23.81;    phone: (33) 1- 69.08.40.66
  75. email: basile@soleil.serma.cea.fr;  homephone: (33) 1- 46.65.45.53
  76. N.B. Any opinions expressed here are solely mine, and not of my organization.
  77. N.B. Les opinions exprimees ici me sont personnelles et n engagent pas le CEA.
  78.