Write Miss Policy
  • write allocate
    • block is loaded on a write miss
    • used with write back
  • no-write allocate
    • block is not loaded on a write miss, but is updated in main memory
    • used with write through
Chapter 7: Large and Fast: Exploiting Memory Hierarchy - 24 of 67