Skip to content
EECS 4340 Final Review

Victim cache

Tag: victim-cache

Aliases: Jouppi victim cache

A small fully-associative buffer (typically 4–16 lines) that captures lines evicted from a direct-mapped or low-associativity main cache; subsequent misses also probe the victim, restoring conflict-evicted lines instead of going to the next level. Targets conflict misses.

Lecture references