This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: big slowdown in egcs-1.1.2->gcc-2.95 on alpha
- To: Richard Henderson <rth at cygnus dot com>
- Subject: Re: big slowdown in egcs-1.1.2->gcc-2.95 on alpha
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 05 Nov 1999 01:31:12 -0700
- cc: Joern Rennecke <amylaar at cygnus dot co dot uk>, Brad Lucier <lucier at math dot purdue dot edu>, gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, staff at math dot purdue dot edu, hosking at cs dot purdue dot edu, wilker at math dot purdue dot edu, bernds at cygnus dot com, gcc-patches at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <19991104171948.B9751@cygnus.com>you write:
> On Thu, Nov 04, 1999 at 06:29:25AM +0000, Joern Rennecke wrote:
> > ! if (word & 1 && allocno_to_order[allocno3] > i)
>
> Parenthesis problem around the `&'.
>
> Also fix the commentary for `conflicts' where it says that
> the matrix is asymmetric.
>
> Otherwise the patch looks good, and does make an enormous difference.
> Time spent in global for Wilhelm Kloke's test case is down from 1687
> seconds to 93 seconds.
>
> Feel free to commit after fixing nits. Thanks!
I took care of the nits and installed Joern's patch.
jeff