Related articles |
---|
[5 earlier articles] |
Re: Adding garbage collection to C++ jos@and.nl (1992-08-14) |
Re: Adding garbage collection to C++ henry@zoo.toronto.edu (1992-08-14) |
Re: Adding garbage collection to C++ bill@amber.ssd.csd.harris.com (1992-08-14) |
Re: Adding garbage collection to C++ pardo@cs.washington.edu (1992-08-15) |
Re: Adding garbage collection to C++ tmb@idiap.ch (1992-08-17) |
Re: Adding garbage collection to C++ tmb@idiap.ch (1992-08-17) |
Re: Adding garbage collection to C++ hudson@cs.umass.edu (1992-08-17) |
Re: Adding garbage collection to C++ fjh@munta.cs.mu.OZ.AU (1992-08-18) |
Re: Adding garbage collection to C++ tmb@arolla.idiap.ch (1992-08-18) |
Re: Adding garbage collection to C++ tmb@arolla.idiap.ch (1992-08-19) |
Re: Adding garbage collection to C++ maxtal@extro.ucc.su.OZ.AU (1992-08-20) |
Re: Adding garbage collection to C++ fjh@munta.cs.mu.OZ.AU (1992-08-21) |
Newsgroups: | comp.compilers |
From: | hudson@cs.umass.edu |
Organization: | Dept of Comp and Info Sci, Univ of Mass (Amherst) |
Date: | Mon, 17 Aug 1992 15:07:38 GMT |
References: | <92-08-044@comp.compilers 92-08-083 |
Keywords: | parallel, GC, bibliography |
bill@amber.ssd.csd.harris.com (Bill Leonard) writes:
>[Garbage collection across multiple processes is hard ...]
pardo@cs.washington.edu (David Keppel) lists a lot of good references, but
left out an earlier reference which suggested solutions to a lot of these
problems a long time ago. It's a good read.
@PHDTHESIS{Bis77,
AUTHOR = "Peter B. Bishop",
TITLE = "Computer Systems with a Very Large Address Space and
Garbage Collection",
SCHOOL = "Massachusetts Institute of Technology",
YEAR = 1977,
MONTH = may,
ADDRESS = "Cambridge, MA"
}
Basically Bishop (in 1977) said that if one thread finds an object in its
data space ("area") that is only reachable by another thread then that
object is migrated to the other thread's area.
--
Richard L. Hudson, Research Associate
University Computing Services
Lederle Graduate Research Center
University of Massachusetts
Amherst, MA 01003
(413) 545-1220; Hudson@cs.umass.edu
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.