Skip to content
EECS 4340 Final Review

Way prediction

Tag: way-prediction

Aliases: way predictor, way-predicting cache

An optimization for set-associative caches that predicts which way will hit (typically based on PC or address) and reads only that way's data array. Saves energy and sometimes latency on correct predictions; falls back to a full set-associative search on mispredictions.

Lecture references