home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / compiler / 1395 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.7 KB

  1. Path: sparky!uunet!wupost!uwm.edu!rutgers!faatcrl!iecc!compilers-sender
  2. From: hudson@cs.umass.edu
  3. Newsgroups: comp.compilers
  4. Subject: Re: Adding garbage collection to C++
  5. Keywords: parallel, GC, bibliography
  6. Message-ID: <92-08-094@comp.compilers>
  7. Date: 17 Aug 92 15:07:38 GMT
  8. References: <92-08-044@comp.compilers <92-08-083@comp.compilers>
  9. Sender: compilers-sender@iecc.cambridge.ma.us
  10. Reply-To: hudson@cs.umass.edu
  11. Organization: Dept of Comp and Info Sci, Univ of Mass (Amherst)
  12. Lines: 30
  13. Approved: compilers@iecc.cambridge.ma.us
  14.  
  15. bill@amber.ssd.csd.harris.com (Bill Leonard) writes:
  16. >[Garbage collection across multiple processes is hard ...]
  17.  
  18. pardo@cs.washington.edu (David Keppel) lists a lot of good references, but
  19. left out an earlier reference which suggested solutions to a lot of these
  20. problems a long time ago. It's a good read.
  21.  
  22. @PHDTHESIS{Bis77,
  23.     AUTHOR = "Peter B. Bishop",
  24.     TITLE = "Computer Systems with a Very Large Address Space and
  25.         Garbage Collection",
  26.     SCHOOL = "Massachusetts Institute of Technology",
  27.     YEAR = 1977,
  28.     MONTH = may,
  29.     ADDRESS = "Cambridge, MA"
  30. }
  31.  
  32. Basically Bishop (in 1977) said that if one thread finds an object in its
  33. data space ("area") that is only reachable by another thread then that
  34. object is migrated to the other thread's area.
  35. --
  36.                 Richard L. Hudson, Research Associate
  37.                 University Computing Services
  38.                 Lederle Graduate Research Center
  39.                 University of Massachusetts
  40.                 Amherst, MA  01003
  41.                 (413) 545-1220; Hudson@cs.umass.edu
  42. -- 
  43. Send compilers articles to compilers@iecc.cambridge.ma.us or
  44. {ima | spdcc | world}!iecc!compilers.  Meta-mail to compilers-request.
  45.