Cache Terms
  • Line - a block of information between the cache and main memory
  • Set - set of cache lines that can be accessed with the same index
  • Valid Bit - indicates if a cache line contains a valid tag
  • Dirty Bit - indicates if the cache line has been updated (used for writes)
Chapter 7: Large and Fast: Exploiting Memory Hierarchy - 11 of 67