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=unavailable autolearn_force=no version=3.4.4 Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: newbie: can't read fast enough... :-) memory leaks... Date: Wed, 03 Sep 2014 13:28:22 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <479b2efe-0238-4b2a-8b05-cb1a0b4a57e5@googlegroups.com> <1409739464.7121.235.camel@obry.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls7.std.com 1409765278 31309 192.74.137.71 (3 Sep 2014 17:27:58 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Wed, 3 Sep 2014 17:27:58 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:xNuIpBLeJ7cnd/PxRaihQrrEDhM= X-Received-Bytes: 1401 X-Received-Body-CRC: 481996224 Xref: number.nntp.dca.giganews.com comp.lang.ada:188835 Date: 2014-09-03T13:28:22-04:00 List-Id: "G.B." writes: > On 03.09.14 12:17, Pascal Obry wrote: >> This depends on the implementation. Ada make it possible to use a >> garbage collector but as far as I know no implementation is using one. > > The implementations targeting the JVM (JGNAT/AppleMagic) or .NET (A#) > will have automatic memory management, I think. I have successfully used the BDW conservative garbage collector with Ada. - Bob