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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,23ade4b42d9cb5f0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-21 12:54:17 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!proxad.net!peer1.news.newnet.co.uk!news-peer-lilac.gradwell.net!news-peer.gradwell.net!not-for-mail Newsgroups: comp.lang.ada From: porton@ex-code.com (Victor Porton) Date: Wed, 22 Jan 2003 01:54:02 +0500 References: <3e2b7777$0$33930$bed64819@news.gradwell.net> Organization: Extreme Code Software (http://ex-code.com) Subject: Re: Eliminating copying in Gnat Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Content-Type: text/plain; charset=us-ascii X-URL: http://www.ex-code.com/ Message-ID: <3e2db378$0$33922$bed64819@news.gradwell.net> NNTP-Posting-Date: 21 Jan 2003 20:54:16 GMT NNTP-Posting-Host: 195.149.39.13 X-Trace: 1043182456 news.gradwell.net 33922 mail2news/195.149.39.13 X-Complaints-To: news-abuse@gradwell.net Xref: archiver1.google.com comp.lang.ada:33323 Date: 2003-01-21T20:54:16+00:00 List-Id: In article <3e2da295$0$33924$bed64819@news.gradwell.net>, porton@ex-code.com (Victor Porton) writes: > In article , > Stephen Leake writes: >> porton@ex-code.com (Victor Porton) writes: >> >> I compiled the code with GNAT 3.15a1, with -gnatwa -gnatn (all >> warnings, inlining enabled). Still gives three calls to Adjust. > > I should "-gnatN -O3" instead "-gnatn" (if the same systax as 3.14). "You should", not "I should", my misspelling.