This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SPEC CFP2000 and polyhedron runtime scores dropped from 13. november onwards
On Fri, 2006-12-01 at 11:45 -0500, Daniel Berlin wrote:
> On 12/1/06, Richard Guenther <richard.guenther@gmail.com> wrote:
> > On 12/1/06, Uros Bizjak <ubizjak@gmail.com> wrote:
> > > Hello!
> until we can deal with the register pressure (though i thought we had
> out-of-ssa changes to help with this now).
I don't know why you would think that... I've never supplied any patches
or numbers.
I have barely even started that work. The out of SSA changes I have
(which are not checked in yet) are merely rewriting chunks of out of ssa
to speed it up and take care of various warts. (And to make it more
suitable for some register pressure experimenting, and a
potenital/eventual merge with expand).
Andrew