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]

Re: disabling branch probability guessing (patch)


On Mon, Jan 15, 2001 at 06:10:06PM -0400, Aldy Hernandez wrote:
> + /* This will try to guess branch probabilities.  */
> + int flag_guess_branch_prob = 0;

Please default this to on, or ...

> +       flag_guess_branch_prob = 1;

... do this at -O1, not -O2.  This data is used in
if-conversion in addition to block reordering.


r~

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