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,865e31ac5a1b553a X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: GNAT -vs- ObjectAda (was Re: where is the faq) Date: 1999/07/19 Message-ID: <7mvbrv$t7f$1@nnrp1.deja.com>#1/1 X-Deja-AN: 502708314 References: <7mneah$g5j$1@nnrp1.deja.com> <3790b774.0@news.pacifier.com> X-Http-Proxy: 1.0 x31.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Mon Jul 19 14:14:35 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-07-19T00:00:00+00:00 List-Id: In article <3790b774.0@news.pacifier.com>, "Steve Doiel" wrote: > We have compiled and ran our code under both ObjectAda and GNAT. > The code compiled under GNAT tends to run approximately 2X the > speed. The GNAT debugger (GDB) also permits viewing nearly all > variables, while the ObjectAda debugger is somewhat limited in this > regard, which is frustrating. Ahh, yes. One important thing I left out of the comparison list. ObjectAda doesn't have many options for optimization. Apparently about all it can do is some peephole optimizations. gcc (and thus gnat) has *tons* of optimization options. I wouldn't be too suprised to hear that this often causes optmized Gnat exe's to run faster than optimized OE exe's. -- T.E.D. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.