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]

Re: SPEC2000 testing page


> > I'm studying these .html pages.  What's remarkable is that you use
> > -mpreferred-stack-boundary=2 for peak performance.  According to our
> > documentation that would set stack alignment to 4 bytes.  If there are a
> > lot of local double precision variables / arrays in the code, this is a
> > loss.
> 
> What do you propose instead?  Just removing it?  Honza, do you
> remember why I've added this?
I think we wanted to add it for specint2000 only. For integer programs
it should be win, for FP programs lose (assuming that we manage
to get stack properly aligned).

I would drop it for specfp.

Honza


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