Skip to content
EECS 4340 Final Review

Write-back cache

Tag: write-back

Aliases: write back, writeback

A cache that updates main memory only when a dirty line is evicted, using a dirty bit per line. Lower bandwidth than write-through, more complex coherence.

Lecture references