Title :
B-Fetch: Branch Prediction Directed Prefetching for In-Order Processors
Author :
Panda, Reena ; Gratz, Paul V. ; Jiménez, Daniel A.
Author_Institution :
Dept. of Electr. & Comput. Eng., Texas A&M Univ., College Station, TX, USA
Abstract :
Computer architecture is beset by two opposing trends. Technology scaling and deep pipelining have led to high memory access latencies; meanwhile, power and energy considerations have revived interest in traditional in-order processors. In-order processors, unlike their superscalar counterparts, do not allow execution to continue around data cache misses. In-order processors, therefore, suffer a greater performance penalty in the light of the current high memory access latencies. Memory prefetching is an established technique to reduce the incidence of cache misses and improve performance. In this paper, we introduce B-Fetch, a new technique for data prefetching which combines branch prediction based lookahead deep path speculation with effective address speculation, to efficiently improve performance in in-order processors. Our results show that B-Fetch improves performance 38.8% on SPEC CPU2006 benchmarks, beating a current, state-of-the-art prefetcher design at ~1/3 the hardware overhead.
Keywords :
computer architecture; power aware computing; storage management; B-fetch; address speculation; branch prediction based lookahead deep path speculation; branch prediction directed prefetching; computer architecture; data cache; deep pipelining; energy consideration; in-order processor; memory access latency; memory prefetching; power consideration; superscalar processor; technology scaling; Benchmark testing; Cache memory; Computer architecture; Prefetching; Process control; Registers; Benchmark testing; Branch Prediction; Computer architecture; Data Cache Prefetching; Hardware; In-order Processors; Memory Systems; Pipelines; Prefetching; Registers; Value Prediction;
Journal_Title :
Computer Architecture Letters
DOI :
10.1109/L-CA.2011.33