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

  1. Path: sparky!uunet!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!sobeco!philmtl!vedge!hendrik
  2. From: hendrik@vedge.UUCP (Hendrik Boom)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Garbage Collection for C++
  5. Message-ID: <28623@vedge.UUCP>
  6. Date: 27 Aug 92 18:33:04 GMT
  7. References: <DAVEG.92Aug20043156@synaptx.synaptics.com>
  8. Organization: Visual Edge Software, St. Laurent, Quebec
  9. Lines: 9
  10.  
  11. daveg@synaptics.com (Dave Gillespie) writes:
  12. : I did; as far as I can tell, the GC has to call destructors, and it's
  13.  
  14. One of my nightmares in a Lisp garbage collector is the destructor
  15. from Hell that retrieves otherwise moribund objects and makes them
  16. accessible again.  Do we have to do another garbage collection to see if
  17. objects are really free?  And if they are, do we have to call
  18. the destructor from hell again? and again? and again? and again?
  19.