A permutation-based page interleaving scheme to reduce row-buffer conflicts and exploit data locality 论文

2000引用 254
Parallel Computing and Optimization TechniquesAdvanced Data Storage TechnologiesDistributed systems and fault tolerance

摘要

DRAM row-buffer conflicts occur when a sequence of requests on different rows goes to the same memory bank, causing much higher memory access latency than requests to the same row or to different banks. In this paper, we analyze the sources of row-buffer conflicts in the context of superscalar processors, and propose a permutation-based page interleaving scheme to reduce row-buffer conflicts and to exploit data access locality in the row-buffer. Compared with several existing schemes, we show that the permutation-based scheme dramatically increases the hit rates on DRAM row-buffers and reduces memory stall time of the SPEC95 and TPC-C workloads. The memory stall times of the workloads are reduced up to 68% and 50%, compared with the conventional cache line and page interleaving schemes, respectively. 1 Introduction Concurrent accesses to multiple interleaved memory banks are supported in modern computer systems, where each bank has a row-buffer holding a page of data. 1 With the si...

相关事件

暂无数据

相关文章

暂无数据