1 / 8

Measuring & Improving Cache Performance

Measuring & Improving Cache Performance. measurement and analysis of cache performance look at two different techniques for improving cache performance: adding associativity to the cache to reduce the miss rate Use of multi-level caches to reduce the miss penalty.

lamar
Download Presentation

Measuring & Improving Cache Performance

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Measuring & Improving Cache Performance • measurement and analysis of cache performance • look at two different techniques for improving cache performance: • adding associativity to the cache to reduce the miss rate • Use of multi-level caches to reduce the miss penalty

  2. assume write buffer stalls are insignificant and that read and write penalities are the same

  3. Reducing Cache misses by more flexible placement of blocks • Fully asscoative caches allow blocks to be placed anywhere in the cache • Have to search every tag field for every memory access • Set associative cache allows blocks to be placed in a fixed number of locations in the cache • an n-way set associative cache allows a block to be placed in one of n locations in the cache

  4. All caches can be considered as being set associative • Increasing associatively tends to decrease the miss rate

  5. Replacement Strategies

More Related