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,3d9b089555215fa7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!news.abs.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada memory management seems slow References: <2621912.Es2GesFk5Z@linux1.krischik.com> <434F8172.2040502@mailinator.com> <434f88c0_1@glkas0286.greenlnk.net> From: Stephen Leake Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:TDe2x1IUq/lDRtwHezXRD5BbhQw= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Oct 2005 08:06:42 -0400 NNTP-Posting-Host: 66.159.65.1 X-Complaints-To: abuse@toad.net X-Trace: news.abs.net 1129291605 66.159.65.1 (Fri, 14 Oct 2005 08:06:45 EDT) NNTP-Posting-Date: Fri, 14 Oct 2005 08:06:45 EDT Xref: g2news1.google.com comp.lang.ada:5643 Date: 2005-10-14T08:06:42-04:00 List-Id: "Martin Dowie" writes: >>> I'm using gnatmake with -O3. > > Try -O2 instead. I've heard that -O3 should be used with care and can lead > to some counter intuitive results! Yes. AdaCore's official position is that "-03 contains experimental and dangerous optimizations, and is not recommended". -- -- Stephe