This is the mail archive of the gcc-patches@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: [patch] Fix SPEC slowdown from function specific branch


Hi,

On Wed, 7 Apr 2010, H.J. Lu wrote:

> > I have no real idea why it had to be moved into optimization_options
> > initially but it's certainly the wrong place. ÂThis fixes the severe SPEC
> > regression from r138154 .
> >
> > regstrapping in progress on i686 and x86_64. ÂOkay for trunk?
> >
> >
> > Ciao,
> > Michael.
> > --
> > Â Â Â Â* i386/i386.c: (override_options): Move initialisation from
> > Â Â Â Âflag_schedule_insns_after_reload to here from ...
> > Â Â Â Â(optimization_options): ... here.
> >
> 
> This caused:
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43671

As written in the bug report, r153685 still worked, the patch above was 
r138953.  And if anything it just exposed a latent bug with 
-fsched2-use-superblocks .


Ciao,
Michael.

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