15-213/15-513/18-213 Introduction to Computer Systems
Lecture 12: Cache Memories

  • Reading: Ch 6.2-6.8;
  • Slides: 12-caches-memories
  • Code: none
  • Concepts:
    • Temporal and spatial locality
    • Cache hit and miss
    • Types of cache misses
    • Cache organization
    • Associativity
    • Program optimization for cache
  • Previous lecture: Memory Hierarchy
  • Next lecture: Exceptions