First page Back Continue Last page Overview Graphics
Cache Problems
Poor spatial locality:
- Cache line has multiple memory locations
- Only using small part of cache line
- Non-unit stride through memory
Poor temporal locality
- No reuse of data in cache
False sharing
- Cache line bounces between processor
Notes: