Next: ... Up: Control HazardsBranch Prediction Previous: One-bit branch prediction

Performance of 1-bit prediction

Consider the conditional branch in a loop:

 label:

   body of loop

   SUBI R1,R1,#1

   BNEZ R1,label



Paul H J Kelly Mon Dec 1 20:07:28 GMT 1997