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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,24eb85b9f0c7eab1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-08 06:47:11 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3B20D75D.CFFAAE2E@raytheon.com> From: Mark Johnson Reply-To: mark_h_johnson@raytheon.com X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Performance on compilers References: <90B987268kjellmeschlinuxnu@130.100.128.24> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 08 Jun 2001 08:47:09 -0500 NNTP-Posting-Host: 192.27.48.41 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 992008030 192.27.48.41 (Fri, 08 Jun 2001 08:47:10 CDT) NNTP-Posting-Date: Fri, 08 Jun 2001 08:47:10 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:8403 Date: 2001-06-08T08:47:09-05:00 List-Id: Kjell Mesch wrote: > Hi > > I'm looking for some kind of performance test on ada compilers. > (Green Hill vs Gnat) > Can anyone point me in some direction? :-) > > Anyone out that like/dislike GHS enviroment? > (sun/ppc_vxworks configuration of AdaMulti2000) Another solution could be ACES - it is a huge benchmark suite (over a thousand tests) which includes compilation speed, as one of its measures (along with memory & CPU usage for the generated application). Many people have had problems building w/ it. I've gotten farther than many have but I've never been able to get all the tests to work. If you are interested in a several day investment, look at... http://www.informatik.uni-stuttgart.de/ifi/ps/AdaBasis/pal_1195/ada/ajpo/testing/aces/ This seems to be the only site that hasn't discarded all the old data. If you want to follow up on building the stuff under GNAT, I'll provide that separately. --Mark PS - with GNAT in particular, I've noticed having LOTS of memory makes a huge difference when compiling big packages w/ optimization enabled. I've seen memory usage grow to >170 Mbyte and a 10 minute compile time (on an 800mhz, 512 Mbyte Pentium III) on a particularly large file. The typical compile time is much better - I rebuild a few thousand packages (for 22 main programs) in about two hours of CPU time - even with that big one in the list....