Re: [PATCH] Improve probability/profile distribution in ORIF expansion

2013-10-02 Thread Teresa Johnson
On Wed, Oct 2, 2013 at 9:03 AM, Jan Hubicka wrote: >> 2013-10-01 Teresa Johnson >> >> * dojump.c (do_jump_1): Divide probability between >> both conditions of a TRUTH_ORIF_EXPR. >> >> + { >> +/* Spread the probability evenly between the two conditions. So >> +

Re: [PATCH] Improve probability/profile distribution in ORIF expansion

2013-10-02 Thread Jan Hubicka
> 2013-10-01 Teresa Johnson > > * dojump.c (do_jump_1): Divide probability between > both conditions of a TRUTH_ORIF_EXPR. > > + { > +/* Spread the probability evenly between the two conditions. So > + the first condition has half the total probability of