Comparative Study for Catch Prefetching Algorithms

1Mustafa Asaad Hasan, Ali Hussein Lazem, HAYDER A. JAWDHARI

191 Views
68 Downloads
Abstract:

There are many techniques that have been proposed to decrease memory latency, such as caches, locality optimizations, pipelining, out-of-order execution, and multithreading. Another such technique is called prefetching. Prefetching brings data or instructions closer to the processor before it is needed so that the processor will not have to stall and wait for the data, thereby reducing the cache miss rate and decreasing memory access latency. In this paper we have implemented one data prefetching algorithm called Next-N-Line, and three different instruction prefetching algorithms: ​Next Line, Target-Line, and Wrong-Path. These algorithms were implemented using a simulator created by the University of California San Diego. We compared the results of these four simulations and tested different parameters as we will show latter. Our goal in this paper is to compare the effects of data prefetching with no prefetching. These results will also help to decide which algorithm has the lowest average memory access time, miss rate, and run time among the three instruction prefetching algorithms that we implemented.

Keywords:

Catch Prefetching, Instruction Prefetching, Data Prefetching, Miss Rate, Hit Rate.

Paper Details
Month3
Year2020
Volume24
IssueIssue 5
Pages8601-8616