Performance Evaluation of Cache Prefetching Strategies

  • Authors:
  • John Tse;Alan J Smith

  • Affiliations:
  • -;-

  • Venue:
  • Performance Evaluation of Cache Prefetching Strategies
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

Prefetching into CPU cache has long been known to be effective in reducing the cache miss ratio, but implementations of prefetching have been unsuccessful in improving CPU performance. The reasons for this are that prefetches interfere with normal cache operation by making cache address and data ports busy, the memory bus busy and the memory banks busy, and by not necessarily being complete by the time that the prefetched data is actually referenced. In this paper, we present the results of a very detailed cycle by cycle trace driven stimulation of a uniprocessor memory system, in which we vary several relevant parameters in order to determine when and if prefetching is useful. We find that in order for prefetching to actually improve performance, the address array needs to be double ported, and the data array needs to either be double ported or fully buffered. It is also very helpful for the bus to be reasonably wide, bus transactions to be split and main memory to be interleaved. Under the best circumstances, i.e. with a significant investment in extra hardware, prefetching can significantly improve performances.