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,f16a645029bb2cdd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!212.101.4.254.MISMATCH!solnet.ch!solnet.ch!news.germany.com!news.belwue.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Tue, 27 Dec 2005 19:37:24 +0100 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: The GNU Ada compiler References: <8352037.GvZVdQSXN4@linux1.krischik.com> <10516182.EDYboSzEoF@linux1.krischik.com> <1500332.U7CjsdsL0l@linux1.krischik.com> <1691618.MhViCBI7GN@linux1.krischik.com> <8950475.JSDDGHQjBG@linux1.krischik.com> <1135119585.533549.119130@g49g2000cwa.googlegroups.com> <87bqzaqyia.fsf@ludovic-brenta.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <43b189e5$0$26923$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 27 Dec 2005 19:37:25 MET NNTP-Posting-Host: 820497a0.newsread4.arcor-online.net X-Trace: DXC=4MYlgMhAbe@bSWda:jMWf@:ejgIfPPldDjW\KbG]kaMHGSi?jHD8GO@0[;9hWCiOlOUUng9_FXZ=C>:=P9Ihe`BH@Z?dZ]MOidE X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:2376 Date: 2005-12-27T19:37:25+01:00 List-Id: Craig Carey wrote: > The GNAT GPL compiler of http://libre.adacore.com/ > gnat-gpl-2005-pentium-mingw32msv-bin.exe.zip (libre.act-europe.fr), > > is curiously slow:about 9 times slower, or worse. I get ratios 8/14 and 8/30 on the average when comparing 3.15p with 3.4.5 (GNAT GPL 2005) and 3.15p with a 4.1 FSF GNAT from Ausgust this year, compiling a recursive descent parser. Part of the speed difference is probably due to --enable-checking in non-release compilers (the 4.1 case). Have you compared execution speeds of the executables produced? -- Georg