This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.2.0 Status Report (2007-02-19)
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: Vladimir Makarov <vmakarov at redhat dot com>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Tue, 20 Feb 2007 18:16:25 +0100
- Subject: Re: GCC 4.2.0 Status Report (2007-02-19)
- References: <45DA39B2.9010100@codesourcery.com> <45DB2317.6080208@redhat.com>
In term of ports, yes I am agree. As the preformance even with last
Paolo's patches (some changes could be applied to the mainline too, so
it is not only about df), the branch compiler is still 8.7% slower for
SPECint2000 compilation on 2.66Ghz Core2 with --enable-check=release.
Just to straighten things, only one patch (the one approved by Roger for
mainline) has been applied to dataflow branch.
Of the four patches I posted, the CSE patch could also go into mainline.
The combine patches (not yet applied to dataflow-branch even) give ~1%
in addition to that and Kenny has a patch to provide LUIDs for free to
all passes; that will probably give another 0.5-1%.
That said, I think it would not be bad to put 4.3 in stage3 mode until
dataflow branch is ready and, at that point, rebranch 4.2 and soon after
that merge dataflow branch.
Paolo