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: Enable jump threading on paths meeting hot paths


> > +         if (!contains_hot_bb && speed_p && j < path_length - 1)
> 
> j < path_length - 1 is already checked above?
> 
> Otherwise looks ok.  If it does fix the regression - does it?

Thanks, yes it fixes the regression.

Honza


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