home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / compiler / 1384 < prev    next >
Encoding:
Text File  |  1992-08-15  |  2.0 KB  |  65 lines

  1. Newsgroups: comp.compilers
  2. Path: sparky!uunet!decwrl!world!iecc!compilers-sender
  3. From: pardo@cs.washington.edu (David Keppel)
  4. Subject: Re: Adding garbage collection to C++
  5. Reply-To: pardo@cs.washington.edu (David Keppel)
  6. Organization: Computer Science & Engineering, U. of Washington, Seattle
  7. Date: Sat, 15 Aug 1992 22:04:59 GMT
  8. Approved: compilers@iecc.cambridge.ma.us
  9. Message-ID: <92-08-083@comp.compilers>
  10. References: <92-08-044@comp.compilers> <92-08-076@comp.compilers>
  11. Keywords: C++, GC, parallel
  12. Sender: compilers-sender@iecc.cambridge.ma.us
  13. Lines: 50
  14.  
  15. bill@amber.ssd.csd.harris.com (Bill Leonard) writes:
  16. >[Garbage collection across multiple processes is hard ...]
  17.  
  18. But not impossible:
  19.  
  20. AUTHOR = "John Hughes",
  21. TITLE = "A Distributed Garbage Collection Algorithm",
  22. BOOKTITLE = "Functional Programming Languages and Computer
  23. Architecture",
  24. YEAR = 1985, PAGES = {256--272}
  25.  
  26. %T STRUCTURING DISTRIBUTED APPLICATIONS AS FRAGMENTED OBJECTS
  27. %A Mesaac Makpangou
  28. %A Yvon Gourhant
  29. %A Jean-Pierre Le Narzul
  30. %A Marc Shapiro
  31. %R Rapport de Recherche INRIA 1404
  32. %D February 1991
  33. %X nelly@sor.inria.fr, anonymous FTP nuri.inria.fr [128.93.1.26]
  34.  
  35. %T Robust, Distributed References and Accylic Garbage Colelction
  36. %A Marc Shapiro
  37. %A Peter Dickman
  38. %A David Plainfosse
  39. %J Symposium on Principles of Distributed Computing
  40. %C Vancouver, Canada
  41. %D August 1992
  42. %X marc.shapiro@inria.fr
  43.  
  44. %A Barbara Liskov
  45. %A Rivka Ladin
  46. %T Higly-Available Distributed Services and Fault-Tolerant Distributed
  47. Garbage Collection
  48. %J Proceedings of the 5th Symposium on the Principles of Distributed
  49. Computing
  50. %P 29-39
  51. %D August 1986
  52. %C Vancouver, Canada
  53. %X rivka@crl.dec.com
  54.  
  55. >[Thus I advocate GC can be turned on or off.]
  56.  
  57. To my mind, being able to turn it on or off is a good idea, even when
  58. decide that distributed gc is possible.  You do need to have a tight
  59. definition on the language & system behavior when it is turned off.
  60.  
  61.     ;-D on  ( This idea is GARBAGE ... collection  )  Pardo
  62. -- 
  63. Send compilers articles to compilers@iecc.cambridge.ma.us or
  64. {ima | spdcc | world}!iecc!compilers.  Meta-mail to compilers-request.
  65.