Title :
A decoupled predictor-directed stream prefetching architecture
Author :
Sair, Suleyman ; Sherwood, Timothy ; Calder, Brad
Author_Institution :
Dept. of Comput. Sci. & Eng., California Univ., San Diego, La Jolla, CA, USA
fDate :
3/1/2003 12:00:00 AM
Abstract :
An effective method for reducing the effect of load latency in modern processors is data prefetching. One form of hardware-based data prefetching, stream buffers, has been shown to be particularly effective due to its ability to detect data streams and run ahead of them, prefetching as it goes. Unfortunately, in the past, the applicability of streaming was limited to stride intensive code. In this paper, we propose predictor-directed stream buffers (PSB), which allows the stream buffer to follow a general address prediction stream instead of a fixed stride. A general address prediction stream complicates the allocation of both stream buffer and memory resources because the predictions generated will not be as reliable as prior sequential next-line and stride-based stream buffer implementations. To address this, we examine using confidence-based techniques to guide the allocation and prioritization of stream buffers and their prefetch requests. Our results show, when using PSB on a benchmark suite heavy in pointer-based applications, that PSB provides a 23 percent speedup on average over the best previous stream buffer implementation, and an improvement of 75 percent over using no prefetching at all.
Keywords :
computer architecture; storage management; PSB; decoupled predictor-directed stream prefetching architecture; hardware-based data prefetching; load latency; memory resources; pointer-based applications; predictor-directed stream buffers; stride intensive code; Bandwidth; Delay; Filters; Hardware; Out of order; Predictive models; Prefetching; Resource management; Runtime;
Journal_Title :
Computers, IEEE Transactions on
DOI :
10.1109/TC.2003.1183943