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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dd6fdfb3baf1b7fa X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-17 04:34:05 PST Path: supernews.google.com!sn-xit-03!supernews.com!cyclone-sjo1.usenetserver.com!news-out-sjo.usenetserver.com!news.tele.dk!151.189.0.75!newsfeed.germany.net!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: newbie question: GNAT and garbage collection Date: 17 Apr 2001 13:39:45 +0200 Organization: Enyo's not your organization Message-ID: <87r8yrrbzy.fsf@deneb.enyo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:6945 Date: 2001-04-17T13:39:45+02:00 List-Id: Michael Vanier writes: > does the Ada language as implemented by GNAT support any kind of > automatic garbage collection for dynamically-allocated objects? No, it doesn't. > If not, do any Ada compilers? Ada compilers such as JGNAT which are targeted at the JVM support garbage collection.