Skip to content
EECS 4340 Final Review

Stream-buffer prefetcher

Tag: stream-prefetcher

Aliases: stream buffer, Jouppi stream buffer

A prefetcher (Jouppi) that maintains one or more FIFO buffers, each holding sequentially prefetched cache lines beyond a detected stream. Avoids cache pollution by checking the head of each FIFO on demand misses; can be augmented with stride detection.

Lecture references