Of Bounties and Mercenaries
Toon Moene
toon@moene.indiv.nluug.nl
Sat Apr 3 14:15:00 GMT 2004
Stelios Xanthakis wrote:
> Compiler speed *should not* be an issue. If gcc 3.5 is ten times
> slower compiling programs at -O2, that's a good thing: it means
> that it does more to procude better code. A program is compiled
> once but executed 100000 times.
Unfortunately, that depends on your niche. In meteorology, a program is
compiled and then used for a year before recompiling (unless an urgent
problems rises). That's (in our case) 365 * 8 ~ 3000 runs against 1
compile.
However, there are developers who do almost nothing but compiling
(versions) of their code and hardly ever run it (to the end).
Hope this helps,
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)
More information about the Gcc
mailing list