From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_05,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!ucbvax!ANTARES.MCS.ANL.GOV!dritz From: dritz@ANTARES.MCS.ANL.GOV Newsgroups: comp.lang.ada Subject: Implicit garbage collection in Ada systems Message-ID: <9101021952.AA03454@papasun.mcs.anl.gov> Date: 2 Jan 91 19:52:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: In a chapter that I am writing for a book, I would like to say that, whereas Ada permits implicit garbage collection, not a single implementation of Ada has it. Is that correct, as far as you know? (I mean fully general and complete garbage collection, not just the freeing of the collection associated with an access type when the scope of the type's declaration is exited.) Actually, I need to say only that implicit garbage collection is not routinely implemented, which is certainly true. Such a statement justifies the strategy chosen for a problem solution demonstrated in the chapter. For added effect, I would like to make a stronger statement. I could hedge and say that I am not aware of an Ada system that implements implicit (i.e., automatic) garbage collection. Can I do better and accurately say that no Ada system implements it? Does anyone know of a counterexample? Ken Dritz Argonne National Lab dritz@mcs.anl.gov