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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,4b12a5cee4778f63 X-Google-Attributes: gid103376,public From: Harald Schmidt Subject: Re: GNAT & GCC performace (bad news) Date: 1999/12/04 Message-ID: #1/1 X-Deja-AN: 556826082 Content-Transfer-Encoding: 8bit References: <021219992309319566%hopperj@macconnect.com><82a3on$8e6$1@nnrp1.deja.com> Content-Type: text/plain; charset="ISO-8859-1" X-Complaints-To: abuse@de.uu.net Organization: Customer of UUNET Deutschland GmbH, Dortmund, Germany Mime-Version: 1.0 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.0 (1513) NNTP-Posting-Date: 4 Dec 1999 19:01:03 GMT Newsgroups: comp.lang.ada Date: 1999-12-04T19:01:03+00:00 List-Id: in Beitrag [BEITRAG] schrieb Robert Dewar unter robert_dewar@my-deja.com am 04.12.1999 5:02 Uhr: > In article <021219992309319566%hopperj@macconnect.com>, > "James E. Hopper" wrote: > >> (and only on certain platforms) just having an exception >> handler ... > > But that's the point, how could an Ada program that is supposed > to be comparable to a C program even *have* an exception handler > in the first place? Most certainly the C program did NOT have > exception handlers! > > Once again, these benchmarks are intended for comparing > compilers and machines, using the *same* program. Use the > C version to compare C compilers, use the Ada versions to > compare Ada compilers, but do not expect to use these two > quite different programs to compare Ada and C. > > > Sent via Deja.com http://www.deja.com/ > Before you buy. ...thanks to all for all these answers. Sounds I had better carefully select the right benchmark for my investigation. Special thanks to J�rgen Pfeifer who does a private benchmark based on a pde (partial differencial equation). His experience said: g77 > gnat > gcc > gpc, which means that g77 is much faster than gpc. Harald