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-Thread: 103376,a0be06fbc0dd71f1 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.65.235 Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!nntpfeed.proxad.net!news.side3.eu!news.buerger.net!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: The future of Ada is at risk Date: Sun, 30 Dec 2007 21:22:47 +0100 Message-ID: <87ejd4gcfc.fsf@mid.deneb.enyo.de> References: <20071229040639.f753f982.coolzone@it.dk> <1198927305.6843.35.camel@K72> <87r6h474as.fsf@mid.deneb.enyo.de> <9a972a99-28db-4360-8c0e-747c28211eef@d4g2000prg.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: idssi.enyo.de 1199046167 17576 212.9.189.177 (30 Dec 2007 20:22:47 GMT) X-Complaints-To: Cancel-Lock: sha1:YoXoYg/KWBYOcHHXzt52y3VzJ9E= Xref: g2news1.google.com comp.lang.ada:19083 Date: 2007-12-30T21:22:47+01:00 List-Id: >> [...] My impression that most commercial GNAT users do >> not use tasking, or use it on freestanding implementations (that is, not >> GNU/Linux). > > I've been porting a large application (several 100000 executable LOC) > to to GNU/Linux with FSF gcc-4.2.1. FSF GCC is not commercially relevant. 8-) Its users' demands have little influence on GNAT development, as far as I can tell. > The program had over 300 tasks, all statically allocated. Does the program use protected objects and conditional entry calls?