This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC Status Report (2004-10-26)
- From: Andrew MacLeod <amacleod at redhat dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Tue, 26 Oct 2004 09:27:09 -0400
- Subject: Re: GCC Status Report (2004-10-26)
- References: <417DFC8E.1000105@codesourcery.com>
On Tue, 2004-10-26 at 03:28, Mark Mitchell wrote:
I have been informed that our SPEC benchmark results are looking
pretty good, which matches our independent observations. However,
there are apparently regressions in perlbmk and mgrid. Andy MacLeod
has a potential fix for the perlbmk problem here:
http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00488.html
I intend to review this patch, if nobody else gets to it.
I considered it a new optimization, hence didn't submit it for 4.0
review. I've thought about it a couple of times since then, but never
got around to sending you a note :-)
It ought to be pretty safe if you want to add it to 4.0, it improves a
number of things, not just perl. Probably should have been done a long
time ago, I just never thought of this solution before for some reason.
:-)
I'll do a mainline version of it today, although I doubt its any
different than the tcb version. I'm not aware of any out-of-ssa
variations between tcb and mainline.
Andrew