home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13004 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.2 KB

  1. Path: sparky!uunet!mcsun!corton!seti!goudurix.inria.fr!daniel.edelson
  2. From: daniel.edelson@goudurix.inria.fr (Daniel Edelson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Garbage Collection for C++
  5. Message-ID: <4116@seti.UUCP>
  6. Date: 28 Aug 92 08:19:14 GMT
  7. References: <DAVEG.92Aug17224359@synaptx.synaptics.com> <boehm.714158406@siria> <DAVEG.92Aug27002517@synaptx.synaptics.com>
  8. Sender: news@seti.UUCP
  9. Reply-To: Daniel R. Edelson <edelson@sor.inria.fr>
  10. Organization: INRIA -- Institut National de Recherche en Informatique et Automatique -- Rocquencourt, France
  11. Lines: 16
  12.  
  13. In article <DAVEG.92Aug27002517@synaptx.synaptics.com>, daveg@synaptics.com (Dave Gillespie) writes:
  14.  
  15. |> Simple, conservative non-moving GC can be added with
  16. |> minimal effect to the rest of the language, and minimal danger of
  17. |> toppling it.
  18. |> 
  19. |> Dave Gillespie
  20.  
  21. While it is an excellent technique, its worst case behavior is 
  22. unacceptable, e.g., one false pointer into a very large strongly
  23. connected data structure.... It's valuable and worth using, and 
  24. significantly better than anything else that's currently available,
  25. but does not appear to be a panacea. Its presence does not mean
  26. that we should stop looking for other solutions.
  27.  
  28. Daniel.Edelson@inria.fr
  29.