Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!spool.mu.edu!agate!darkstar!terra!daniel From: daniel@terra.ucsc.edu (Daniel Edelson) Newsgroups: comp.lang.c++ Subject: Re: GC references wanted Message-ID: <16226@darkstar.ucsc.edu> Date: 27 May 91 00:09:29 GMT References: <3091@cod.NOSC.MIL> Sender: usenet@darkstar.ucsc.edu Reply-To: daniel@cis.ucsc.edu (Daniel Edelson) Organization: University of California, Santa Cruz Lines: 30 In article <3091@cod.NOSC.MIL> ggreen@cod.NOSC.MIL (George W. Green) writes: > >Can someone point me to any papers or books on garbage >collecting, and implementations in C++? > >Thanks in advance, > >George Green, ggreen@nosc.mil Two approaches are discussed in the most recent Usenix C++ conference proceedings. One uses smart pointers and one eschews smart pointers in favor of lighter-weight encapsulated pointers that maintain reference counts. For a copy call the Usenix Association in Berkeley, Calif. Bartlett has a collector that he has made available over anonymous ftp. I'm not sure what machine it can be obtained from. Also Boehm has a collector that has been made available. I also am not sure where to get that. Would someone care to post that information? If there are other general, purpose collectors for C++ for which information is available, I would very much like to hear about them. --- Daniel Edelson | ``Recycle your garbage. Please don't daniel@cis.ucsc.edu, or | make me come and copy after you.'' uunet!ucscc!terra!daniel |