Recall Caches
•Cache blocks (lines) contain several words
•Blocks have state
–Valid
–Invalid
–Dirty = diff from mem
•Cache writing
–Write through means update memory on all writes
–Write back means wait and update when block is invalidated
–“allocate” vs “no-allocate”
Cache
...
...
addr
...