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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,39f3c359196fe8b4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-20 14:18:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!newsfeed.tpinternet.pl!newsfeed.gazeta.pl!news.onet.pl!not-for-mail From: "kat-Zygfryd" <6667@wp.pl> Newsgroups: comp.lang.ada Subject: Re: for x'address or variant Date: Sun, 20 Apr 2003 23:17:51 +0200 Organization: news.onet.pl Sender: samael_@op.pl@pc124.konin.cvx.ppp.tpnet.pl Message-ID: References: NNTP-Posting-Host: pc124.konin.cvx.ppp.tpnet.pl X-Trace: news.onet.pl 1050873499 12216 217.99.114.124 (20 Apr 2003 21:18:19 GMT) X-Complaints-To: abuse@onet.pl NNTP-Posting-Date: 20 Apr 2003 21:18:19 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:36325 Date: 2003-04-20T21:18:19+00:00 List-Id: "Robert A Duff" wrote in message news:wccadel9cw7.fsf@shell01.TheWorld.com... > Seems like you ought to prove (by measuring, and reading the assembly > code) that this is a real problem before you start playing low-level > games like this for efficiency reasons. > > - Bob Perhaps you are right, I just wanted to make my most commonly used algorithms 100% as efficient as I can. I don't really know what does the compiler optimize and what does it not. Zygfryd