Skip to content
EECS 4340 Final Review

Branch prediction

Tag: branch-prediction

Aliases: dynamic branch prediction

A hardware mechanism that predicts the direction (and target) of a branch before it executes so that the front end can keep fetching instructions speculatively.

Lecture references

Exam references