Size: 237
Comment:
|
← Revision 4 as of 2004-03-15 03:14:44 ⇥
Size: 664
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
Two main effects on performance: 1. The lower the CPI, the more pronounced the impact of stall cycles 1. The main memory system is unlikely to improve as fast as processor cycle time. When calculating CPI, the cache miss penalty is measured in CPU clock cycles needed for a miss. Thus if the main memories of two machines have teh same absolute access time, a higher CPU clock rate leads to a larger miss penalty. |
Back to Computer Terms
Memory-stall clock cycles = Read-stall cycles + Write-stall cycles Write-stall cycles = ((Writes/program) x write miss rate x Write miss penalty) + Write buffer stalls
Two main effects on performance:
- The lower the CPI, the more pronounced the impact of stall cycles
- The main memory system is unlikely to improve as fast as processor cycle time. When calculating CPI, the cache miss penalty is measured in CPU clock cycles needed for a miss. Thus if the main memories of two machines have teh same absolute access time, a higher CPU clock rate leads to a larger miss penalty.
Back to ComputerTerms