On 7/3/07, Jeffrey Law <[EMAIL PROTECTED]> wrote:
On Tue, 2007-07-03 at 13:07 +0200, Richard Guenther wrote:
> On 7/3/07, Daniel Berlin <[EMAIL PROTECTED]> wrote:
> > On 7/2/07, Uros Bizjak <[EMAIL PROTECTED]> wrote:
> > > Daniel Berlin wrote:
> > > > I'm curious if it was the pre/fre changes. c
On Tue, 2007-07-03 at 13:07 +0200, Richard Guenther wrote:
> On 7/3/07, Daniel Berlin <[EMAIL PROTECTED]> wrote:
> > On 7/2/07, Uros Bizjak <[EMAIL PROTECTED]> wrote:
> > > Daniel Berlin wrote:
> > > > I'm curious if it was the pre/fre changes. can you try -fno-tree-pre
> > > > and -fno-tree-fre a
Uros Bizjak Mon, 02 Jul 2007 20:29:41 +0200 wrote:
Hello!
It is worth noticing that latest changes to gcc brought more than 75% speed-up
on Polyhedron aermod.f90 benchmark [1]. I can confirm this on 32bit nocona, and
double-checked on 64bit core2:
gcc -O3 -funroll-loops -ftree-vectorize -ffa
On 7/3/07, Daniel Berlin <[EMAIL PROTECTED]> wrote:
On 7/2/07, Uros Bizjak <[EMAIL PROTECTED]> wrote:
> Daniel Berlin wrote:
> > I'm curious if it was the pre/fre changes. can you try -fno-tree-pre
> > and -fno-tree-fre and see if it slows down again?
> Adding -fno-tree-pre slows aermod back to
On 7/2/07, Uros Bizjak <[EMAIL PROTECTED]> wrote:
Daniel Berlin wrote:
> I'm curious if it was the pre/fre changes. can you try -fno-tree-pre
> and -fno-tree-fre and see if it slows down again?
Adding -fno-tree-pre slows aermod back to 33.942s. Nice optimization. ;)
Thanks.
(You really should t
Daniel Berlin wrote:
I'm curious if it was the pre/fre changes. can you try -fno-tree-pre
and -fno-tree-fre and see if it slows down again?
Adding -fno-tree-pre slows aermod back to 33.942s. Nice optimization. ;)
BTW: I was looking if this speedup was due to yet uncommitted patch for
PR 32457
I'm curious if it was the pre/fre changes. can you try -fno-tree-pre
and -fno-tree-fre and see if it slows down again?
On 7/2/07, Uros Bizjak <[EMAIL PROTECTED]> wrote:
Hello!
It is worth noticing that latest changes to gcc brought more than 75%
speed-up on Polyhedron aermod.f90 benchmark [1].