This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: contribution


Alexey Starovoytov wrote:

> On 12 Apr 2002, Andi Kleen wrote:

> > You could compiled 172.mgrid with gcc twice this way and it showed 48%
> > improvement ? Or did you use a different compiler as backend?

> It was gcc3.0.4 as a backend.

mgrid is one of those codes that heavily pays for reruning loop
optimisation (as it is now).

At least looking at the generated assembler, g77 -O2 -fno-rerun-loop-opt
produces much better code.

-- 
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
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]