comp.lang.ada
 help / color / mirror / Atom feed
From: andreatta@mail.chem.sc.edu (Dan Andreatta)
Subject: Re: compiler benchmark comparisons
Date: 1 Mar 2002 08:43:26 -0800
Date: 2002-03-01T16:43:27+00:00	[thread overview]
Message-ID: <338040f8.0203010843.3c2207f1@posting.google.com> (raw)
In-Reply-To: 5ee5b646.0202282107.6f3dd89a@posting.google.com

> First of all I think you mean gnu-c here (or you can just

Yes. My apologies.

> Second, if the gnu-c code runs 2-3 times as fast as the
> C code it is simply NOT the same code.

Yes and no. In this particular example the execution time is
determined mainly by performance of the I/O library. And the GNU/Ada
I/O library is slower than the GNU/C library. For fun I wrote some of
the "shootout" programs in Ada and the result was that the execution
times were comparable, except the ones that used heavily text I/O,
where the Ada times were 2-3 times higher. I admit I am a newby, so my
code was not so good, but, as I said, where the I/O wasn't the main
part of the program, I wrote pretty fast code.

> examples like this in detail, we discover that what
> people think are "identical" programs are in fact totally

Well, the core of the code was a repeated series of for loops:

for i in 1..100 loop
  ada.text_io.put_line( Integer'Image(i) )
end loop;

for Ada and for C:

for (i=0; i<100 : ++i)
  printf("%d\n",i);

What are the differences between the two?

BTW, the test was ment to test the compiler speed, not the quality of
the produced code. Maybe it wasn't clear in my previous posts.

Dan



  reply	other threads:[~2002-03-01 16:43 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3C74E519.3F5349C4@baesystems.com>
     [not found] ` <20020221205157.05542.00000012@mb-cm.news.cs.com>
2002-02-22 12:19   ` naval systems David Gillon
2002-02-22 14:55     ` Marin David Condic
2002-02-23  5:54       ` David Starner
2002-02-25 15:05         ` Marin David Condic
2002-02-26  2:34           ` Larry Kilgallen
2002-02-26 17:44           ` David Starner
2002-02-26 19:49             ` Pat Rogers
2002-02-26 19:55               ` Ray Blaak
2002-02-26 20:46                 ` Pat Rogers
2002-02-26 22:41                   ` Ray Blaak
2002-02-27  0:02                     ` Pat Rogers
2002-02-27  5:01                       ` David Starner
2002-02-27  9:38                         ` Jean-Pierre Rosen
2002-02-27 19:48                         ` compiler benchmark comparisons (was: naval systems) Wes Groleau
2002-02-27 21:51                           ` Pat Rogers
2002-03-01  2:04                             ` David Starner
2002-03-01  4:06                               ` Pat Rogers
2002-02-27 23:53                           ` Gary Barnes
2002-02-28  2:19                             ` Dan Andreatta
2002-02-28 10:04                               ` Jerry van Dijk
2002-02-28 13:35                               ` compiler benchmark comparisons Georg Bauhaus
2002-02-28 18:12                                 ` Dan Andreatta
2002-03-01  5:07                                   ` Robert Dewar
2002-03-01 16:43                                     ` Dan Andreatta [this message]
2002-03-01 23:17                                     ` Dan Andreatta
2002-03-01 23:40                                       ` tmoran
2002-02-28 14:18                               ` compiler benchmark comparisons (was: naval systems) Wes Groleau
2002-02-28 14:31                               ` Ted Dennison
2002-02-28 18:33                                 ` Dan Andreatta
2002-02-28 21:14                                 ` Wes Groleau
2002-02-28 14:01                             ` Wes Groleau
2002-03-01 22:01                               ` Randy Brukardt
2002-02-28 15:58                             ` Larry Kilgallen
     [not found]                             ` <338040f8.0202271819.373f733a@Organization: LJK Software <TgAW8WWqYgP5@eisner.encompasserve.org>
2002-03-01 19:29                               ` Robert Dewar
2002-03-02 11:12                                 ` Pascal Obry
2002-03-02 19:49                                   ` Richard Riehle
     [not found]                               ` <5ee5b646.0203011129.1bdbac56@po <ug03ji5ow.fsf@wanadoo.fr>
2002-03-02 18:20                                 ` Simon Wright
2002-02-27  2:28                   ` naval systems David Starner
2002-02-27 21:44                     ` Pat Rogers
2002-03-01  2:59                       ` David Starner
2002-03-01 15:33                         ` Pat Rogers
2002-03-01 17:22                       ` Jeffrey Carter
2002-03-03  5:21                         ` David Starner
2002-02-26 22:40                 ` Pascal Obry
2002-02-27  0:42               ` David Starner
2002-02-23 19:18       ` John R. Strohm
2002-02-23 18:36         ` martin.m.dowie
2002-02-25 15:10         ` Marin David Condic
2002-02-28 16:33     ` tony gair
2002-02-28 17:33       ` David Gillon
2002-02-28 21:18       ` Wes Groleau
2002-03-01 17:31       ` Boeing 777 (WAS: naval systems) Simon Pilgrim
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox