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] Jump bypassing and improved constant propagation


On Mon, May 27, 2002 at 09:14:29AM +0200, Jan Hubicka wrote:
> If I understand this correctly, it handles cases like
> 
> if (a==5)
>   something
> if (a==6)
>   something else

Yes.

> Jump threading don't, but jump threading handles
> 
> if (a>b)
>   something
> if (a<=b)
>   something else...

Ah, right.  Nevermind.


r~


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