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: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder4.news.weretis.net!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: A simple question about the "new" allocator Date: Tue, 12 Aug 2014 15:58:11 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls7.std.com 1407873490 21585 192.74.137.71 (12 Aug 2014 19:58:10 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 12 Aug 2014 19:58:10 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:JhpVzLhnRc+FkQc8opvx1PhYcpI= Xref: news.eternal-september.org comp.lang.ada:21691 Date: 2014-08-12T15:58:11-04:00 List-Id: Jeffrey Carter writes: > With a typical Ada compiler, your program will crash. Ada's definition > allows garbage collection but doesn't require it. I'm not aware of any > compiler that implements it. I have used the Boehm conservative GC with Ada. - Bob