Skip to content
EECS 4340 Final Review

Critical word first

Tag: critical-word-first

Aliases: early restart

A miss-handling optimization in which the requested word of a missed cache line is delivered to the CPU as soon as it arrives from memory, before the rest of the line has filled. Reduces effective miss latency to near the access time of the first word.

Lecture references