Direct-Mapped Caches: Thrashing
Direct mapped cache (32 KB)
(memory-address) mod (cache-size)
in this case loc(A(1)) mod 32KB = loc(B(1)) mod 32KB
[because B(1) = A(1) + 8192; 8192*4B mod 32KB = 0]
COMMON //A(8192), B(8192)
Thrashing: every memory reference results in a cache miss