Abstract


Next instruction is fetched immediately

Branch prediction effectively fetches the instruction following a conditional branch immediately after the fetch stage of the branch instruction.

Loop predication

If we predict the loop is going out of the loop, then we will be wrong as many times as the number the loop iterates. We can only be wrong one time if we always predict the execution is going back to the start of the loop which is when the execution is going out of the loop.