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] enabling vectorization by default at -O3


Dorit Nuzman wrote:

> SpecCPU2006 on powerpc970 shows 1.5% on specINT (mostly due to a 14%
> improvement on hmmer), and a -0.4% on specFP. This was comparing '-O3' with
> '-O3 -ftree-vectorize -maltivec'. The costmodel wasn't on, cause  it is
> still undergoing some changes, and also it is not tuned yet for powerpc970,
> so I hope that with the costmodel on we'll be able to get rid of the small
> degradations we have here and there later on.

I was hoping for a bit more of an overall win.  The negative result on
specFP worries me; although the overall scores are higher, it would be
nice if we could eliminate that negative.

Do any of the other optimization maintainers have a feeling about this?
 Should we turn on vectorization at -O3, or are we not quite there yet?

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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