|
|
Improved Stride Prefetching using Extrinsic Stream Characteristics
Hassan Al-Sukhni, Jim Holt, and Daniel A. Connors.
IEEE International Symposium on Performance Analysis of Systems and Software.
March,
2006.
|
Stride-based prefetching mechanisms exploit regular
streams of memory accesses to hide memory latency. While
these mechanisms are effective, they can be improved by
studying the properties of regular streams. As evidence
of this, the establishment of metrics to quantify intrinsic
characteristics of regular streams has been shown to en-
able software-based code optimizations. In this paper we
extend previously identified regular stream metrics to quantify extrinsic characteristics of regular streams, and show
how these new metrics can be employed to improve the efficiency of stride prefetching. The extrinsic metrics we introduce are stream affinity and stream density. Stream affinity
enables prefetching for short streams that were previously
ignored by stride prefetching mechanisms. Stream density enables a prioritization mechanism that dynamically
selects amongst available streams in favor of those that
promise more miss coverage, and provides thrashing control amongst several coexisting streams. Finally, we show
that using intrinsic and extrinsic stream metrics in combination allows a novel hardware technique for controlling
prefetch ahead distance (PAD) which dynamically adjusts
the prefetch launch time to better enable timely prefetches
while minimizing cache pollution. For a representative
set of SPEC2K traces, our techniques consistently outperform our implementation of the closest previously reported
stride-based prefetching technique.
|
| [ PDF ] |
|