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] |
Isn't the prediction logic a little too subtle here? I.e. the fact that in
// bb0 if (foo) goto L1;
if (0) { L1: // bb1 }
// bb2 L2:
We assume that bb0->bb2 is more likely than bb0->bb1? Is this BTW a heuristic we already have? PRED_GOTO maybe?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |