Branch Prediction

Home > Computer Science > Computer Architecture > Instruction-Level Parallelism > Branch Prediction

Predicts the outcome of conditional branches before the instruction executes, allowing the processor to begin execution of the next instruction sooner.