Cache Operation

Creator
Created
Created
2019 Nov 5 5:17
Editor
Edited
Edited
2024 May 31 5:21
Refs
Refs

Cache Operation

notion image
  • In replace a valid block, we need replacement policy
  • In write-back, we need dirty bit
second level cache: use 2nd level cache by SRAM then miss penalty goes down DRAM has 1 transistor SRAM has 6 transistor CPI: cycle per instruction
performance: reduce hit time, miss rate, miss penalty
 
 
 
 
 

Recommendations