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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a6449b2443dcdda1 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!news.motzarella.org!motzarella.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien?= Newsgroups: comp.lang.ada Subject: Re: Access keyword Date: Wed, 30 Apr 2008 14:26:18 +0000 Organization: A noiseless patient Spider Message-ID: <4818818A.8050906@gmail.com> References: <48177d3e$1_1@news.bluewin.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX1/cipBy9LzRdHtP6tcjejlibmDSJLYc+USC++BpqU92vbAzVD12pWGv7yaTgTf48Zr/OZ3HbKTkz0SSqKDtNjiaesSKA2LPdfc4qgvYuDN6Nzrj3Hih95xjJijKmuRis5cFBDiocfs7Lw== X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Wed, 30 Apr 2008 14:26:19 +0000 (UTC) In-Reply-To: <48177d3e$1_1@news.bluewin.ch> X-Auth-Sender: U2FsdGVkX1+D9lc4aP/TtmFZ6i4dM+H964CMct2JuqGcduSv7ik8SA== Cancel-Lock: sha1:NAZCBLqTQN4bqQqhZjx2gaPk4Y8= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) Xref: g2news1.google.com comp.lang.ada:21137 Date: 2008-04-30T14:26:18+00:00 List-Id: > Did you also set the -gnatp (suppress all checks) switch for Ada ? > Otherwise the comparison with C is clunky... Correct, I use -gnatVn but it looks like it's not the same (I don't inlined anything). With -gnatp, Results are even more suprising: Norme is as fast as C and 30% faster than NormeAccess. Sebastien