This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Speed up operand_equal_p during SSA optimizations.


On Fri, 2004-11-26 at 15:17 -0500, Kazu Hirata wrote:

> OK.  I just tried the attached patch and got just as much improvement
> as my patch.  Hopefully, you'll like it better.  It certainly avoids
> code duplication.
> 
OK.  You'll have to have somebody else approve it, though.  It's out of
my area.

> @@ -2331,6 +2331,11 @@
>  int
>  operand_equal_p (tree arg0, tree arg1, unsigned int flags)
>  {
> +  /* Hanle a common case first.  For SSA_NAMEs, we can get away with a
>
s/Hanle/Handle/


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]