home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12314 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.9 KB  |  53 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!gatech!destroyer!ncar!csn!cherokee!io!glw
  3. From: glw@io.uswest.com (Glenn Williams)
  4. Subject: Re: Garbage Collection for C++
  5. Message-ID: <1992Aug13.153955.931@advtech.uswest.com>
  6. Sender: glw@io (Glenn Williams)
  7. Nntp-Posting-Host: io.it.uswc.uswest.com
  8. Organization: US WEST Communications
  9. References: <TMB.92Aug6115047@arolla.idiap.ch> <1992Aug7.021105.11124@ucc.su.OZ.AU> <1992Aug07.224928.26210@news.mentorg.com> <1992Aug9.070906.25470@ucc.su.OZ.AU>
  10. Date: Thu, 13 Aug 1992 15:39:55 GMT
  11. Lines: 40
  12.  
  13. In the book Tools 4 there are several articles of GC using C++. The only one I have is:
  14.  
  15. Experiences Building an Object-Oriented System in C++
  16. P.W. Madamy, R.H. Campbell, P. Kougiouris
  17. Illinois U. ( USA )
  18.  
  19. Last year I had to write a GC and found several other articles in the IEEE journals. I don't have all the references any longer but it was fairly easy to find.
  20.  
  21. Some of the others are:
  22.  
  23. Comparing Mark-and-sweep and Stop-and-Copy Garbage Collection
  24. Benjamin Zorn
  25. Department of Computer Science, University of Colorado at Boulder
  26.  
  27. Garbage Collection of Distrubuted Objects
  28. Sanjay Mehta and Thomas W. Christopher
  29. Department of Computer Science
  30. Illinois Institue of Technology, Chicago IL 60616
  31.  
  32. Garbage Collection of Actors
  33. Dennis Kafura, Department of Computer Science, Virginia Polytechnic Institute
  34. Doug Washabaugh, Digital Equipment Corporation
  35. Jeff Nelson, Digital Equipment Corporation
  36.  
  37. Mark DURING Sweep rather than Mark THEN Sweep
  38. Christian Queinnec, LIX, Ecole Polytechnique
  39. Barbara Beaudoing, LIX et SAGEM
  40. Jean-Pierre Queille, SAGEM
  41.  
  42. There is a collector available from Hans-J. Boehm and Alan J. Demers. I believe it is in the public domain and is based on algorithms described in their paper:
  43.  
  44. Garbage Collection in an Uncooperative Environment
  45. Boehm, H and M. Weiser
  46. Software Practice and Experience
  47.  
  48. This is all pretty interesting reading, hope it helps.
  49.  
  50.  
  51. glenn williams
  52. US WEST
  53.