Computer Architecture summary _Memory Hierarchy and Cache Optimization

Textbook:

"Computer Organization and Design - Hardware / Software Interface" HI

"Computer Architecture - quantitative research methods" QR


Ch4. Cache Optimization

Issues to be discussed in this chapter is How to Improve Cache Performance? 

Recall Average memory access time = HitTime + (MissRate * MissPenalty)

So our direction is to Reduce MissRate / HitTime / MissPenalty

 

1. 6 Basic Cache Optimization(PPT P3)

 

 

 

 

 

2. 11 Advanced Cache Optimizations (PPT P12)

 

 

 

3. Main Memory Optimization (PPT P39)

 

 

 

 

...

 

Guess you like

Origin www.cnblogs.com/pdev/p/11621833.html