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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b49d3a703a4b4db5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!z10g2000yqb.googlegroups.com!not-for-mail From: jonathan Newsgroups: comp.lang.ada Subject: Re: compiler settings in AdaGIDE Date: Sun, 25 Jul 2010 16:40:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3c779716-becc-4caf-97c4-30262154efe2@z10g2000yqb.googlegroups.com> References: <02d1f899-ad8f-493b-8f64-3791868a1bdb@q35g2000yqn.googlegroups.com> NNTP-Posting-Host: 143.117.23.233 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1280101223 32737 127.0.0.1 (25 Jul 2010 23:40:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 25 Jul 2010 23:40:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z10g2000yqb.googlegroups.com; posting-host=143.117.23.233; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19) Gecko/2010062510 Iceweasel/3.0.6 (Debian-3.0.6-3),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12568 Date: 2010-07-25T16:40:23-07:00 List-Id: On Jul 25, 2:29=A0pm, Ada novice wrote: > 1. I see that you use -gnatnp. Is this safe to do so i.e. to suppress > all checks? I could not resist testing the -gnatp switch on my other benchmark, the Jacobi eigendecomposition. So I removed -gnatp and added -gnato, and running time went from 2.04 sec to 2.35 sec. Not bad at all! J.