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!.POSTED!not-for-mail From: G. B. Newsgroups: comp.lang.ada Subject: Re: Finalization of library level tasks Date: Thu, 19 Apr 2018 20:39:24 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <702e2422-a93f-4200-9749-5122c3d0f899@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 19 Apr 2018 20:39:24 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="8f50aa83cc64366382c41b75cef1f567"; logging-data="22260"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18a1Ta48T1aqAJRjdenhVgPK4qsaIy3btw=" User-Agent: NewsTap/5.3.1 (iPhone/iPod Touch) Cancel-Lock: sha1:0mbIv2u8foNVoxfmw3qBjct45+E= sha1:OHZ99KzZj16QS8G8wh4i3m2wQ7g= Xref: reader02.eternal-september.org comp.lang.ada:51637 Date: 2018-04-19T20:39:24+00:00 List-Id: AdaMagica wrote: > Am Sonntag, 15. April 2018 17:15:22 UTC+2 schrieb Dmitry A. Kazakov: >> e.g. fooling the accessibility rules of the access type, some sort of >> Unchecked_Allocation. Ada 83 had pragma Controlled to require the >> compiler to keep its hands off, alas, it was removed. > > This pragma was never implemented by any compiler (because there never > was a garbage collector implemented and the pragma was intended to tell > the GC to keep its hand off). > Both AdaMagic and GNAT can compile for the JVM. GNAT also targets .NET. These are GC targets. It’s not big business, seemingly, but then what is.