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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,325a055bed62c230 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Apex vs GNAT on solaris Date: 1999/12/08 Message-ID: <82mbqg$l7c$1@nnrp1.deja.com>#1/1 X-Deja-AN: 558033282 References: <82hiuj$74o$1@nnrp1.deja.com> <82hnll$ahu$1@nnrp1.deja.com> <82hokf$b9l$1@nnrp1.deja.com> <82ktik$j4c$1@nnrp1.deja.com> <82lcr0$tsg$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x37.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Dec 08 19:33:34 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-12-08T00:00:00+00:00 List-Id: In article <82lcr0$tsg$1@nnrp1.deja.com>, reason67@my-deja.com wrote: > BTW: Both compilers were set at no optimization. That statement tends to imply that you think the above statement is relevant to someting or other in your measurements. It is not! The code generation techniques of Rational and GNAT are quite different, and one thing you will find is that some compilers do a fair amount of optimization even with all optimization turned off (from one point of view, you could say that running faster with optimization off is an indication that the compiler does not have the (sometimes important) capability of really suppressing all optimization. In other words, we are reading your thread whose title sure implies some competitive comparison, and now perhaps we think that for some tests (but not all) running more SLOWLY might indicate the preferred behavior. This is sure not the way most people run or interpret benchmarks, and in particular you mention showing the results to management -- I am pretty sure they will be likely to misinterpret them :-) Note that for a meaningful comparison of ACES quicklook, you should most certainly make sure that all relevant optimizations are on (probably -O2 -gnatn, maybe -funroll-loops, for GNAT, I do not know what the appropriate Apex options might be). Sent via Deja.com http://www.deja.com/ Before you buy.