Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!pt.cs.cmu.edu!pt!dld From: dld@F.GP.CS.CMU.EDU (David Detlefs) Newsgroups: comp.lang.c++ Subject: Re: C++ and garbage collection Message-ID: Date: 1 Jul 90 16:32:56 GMT References: Organization: CMU CS Department Lines: 29 In-reply-to: pcg@cs.aber.ac.uk's message of 29 Jun 90 14:07:47 GMT Just to follow up on Piercarlo's post -- after doing the literature I mentioned, I did some work of my own, which can be read in @TechReport(Detlefs90, Author = "Detlefs, David L.", Key = "Detlefs", Title = "Concurrent Garbage Collection for C++", Institution = "Carnegie Mellon School of Computer Science", Number = "CMU-CS-90-119", Month = "May", Year = "1990" ) This extends Bartlett's work somewhat, and makes the collection concurrent (the collector and the program proper can run at the same time.) The code itself probably wouldn't be useful to too many people, since 1) it relies on features of the Mach operating system, and 2) it requires the use of a modified AT&T cfront 1.2 compiler. If anybody wants a copy of the tech report, please send me a note. Dave -- Dave Detlefs Any correlation between my employer's opinion Carnegie-Mellon CS and my own is statistical rather than causal, dld@cs.cmu.edu except in those cases where I have helped to form my employer's opinion. (Null disclaimer.)