This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
SPEC regression in perl
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc List <gcc at gcc dot gnu dot org>, Jeff Law <law at redhat dot com>
- Date: Tue, 17 Aug 2004 01:26:06 -0700
- Subject: SPEC regression in perl
Jeff I think you change on the 9th:
2004-08-09 Jeff Law <law@redhat.com>
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c
(tree-ssa-threadupdate.o): Add dependencies.
* tree-ssa-threadupdate.c: New file.
..., etc.
caused a performance regression in perlbmk in SPEC 2000.
Looking at
<http://people.redhat.com/dnovillo/spec2000/gcc/individual-run-
ratio.html>
I see a big dip around the 9th.
-- Pinski