Richard, Just to clarify, does this mean that any architecture which doesn't have a fully optimized cost-model currently in gcc trunk will have to wait for gcc 4.4? I ask because the cost-model bugs wouldn't actually be a regressions from gcc 4.2. I mainly wanted to make sure that we didn't have some cost-model changes sitting around unsubmitted that would have to be postponed until gcc 4.4. Jack
On Wed, Jan 23, 2008 at 05:01:07PM +0100, Richard Guenther wrote: > On Wed, 23 Jan 2008, Jack Howarth wrote: > > > Richard, > > Will gcc 4.3.0's release be held up until all of the major > > architectures have fully optimized cost models for vectorization? > > I ask because as far as I can tell the powerpc cost model changes > > haven't been submitted yet. It certainly would be nice if all > > of the major targets could have -fvect-cost-model enabled by > > default for -O3. > > No, there was plenty of time to get the cost model in, and the > experience will be not worse than with 4.2 as that didn't have > a cost model. > > Sorry, > Richard.