Cache Optimizations
Ways to speed up CPU Caches access times.
where:
- average access time
- latency for load/store to return
- hit time
- latency if address is found in cache
- miss rate
- number of misses/number of memory ops
- miss penalty
- latency for fetching data from higher levels
What can be optimized: