Skip to content
EECS 4340 Final Review

Spatial-correlation prefetcher

Tag: spatial-prefetcher

Aliases: spatial memory streaming, SMS prefetcher

A prefetcher that records the bitmap of touched offsets within a memory region (keyed by a triggering load PC), and on revisit of a similar region prefetches the same offset pattern. Exploits repetitive but irregular spatial layouts (e.g., database pages) that strided prefetchers miss.

Lecture references