Skip to content
EECS 4340 Final Review

Cache aliasing / synonyms

Tag: cache-aliasing

Aliases: synonym problem, virtual aliasing

The hazard, present in virtual or large VIPT caches, where two virtual addresses that translate to the same physical address occupy different cache lines, so that a write to one alias is not visible from the other. Solved by capping cache size, parallel multi-set search, OS page coloring, or L2-mediated detection.

Lecture references