Adaptive Insertion and Promotion Policies Based on Least Recently Used Replacement
スポンサーリンク
概要
- 論文の詳細を見る
To improve Last-Level Cache (LLC) management, numerous approaches have been proposed requiring additional hardware budget and increased overhead. A number of these approaches even change the organization of the existing cache design. In this letter, we propose Adaptive Insertion and Promotion (AIP) policies based on Least Recently Used (LRU) replacement. AIP dynamically inserts a missed line in the middle of the cache list and promotes a reused line several steps left, realizing the combination of LRU and LFU policies deliberately under a single unified scheme. As a result, it benefits workloads with high locality as well as with many frequently reused lines. Most importantly, AIP requires no additional hardware other than a typical LRU list, thus it can be easily integrated into the existing hardware with minimal changes. Other issues around LLC such as scans, thrashing and dead lines are all explored in our study. Experimental results on the gem5 simulator with SPEC CUP2006 benchmarks indicate that AIP outperforms LRU replacement policy by an average of 5.8% on the misses per thousand instructions metric.
著者
-
LI Xuanya
School of Computer Science, Beijing Institute of Technology
-
JIN Wenbing
School of Computer Science, Beijing Institute of Technology
-
YU Yanyong
North Automatic Control Technology Institute
-
WANG Yongzhi
North Automatic Control Technology Institute
関連論文
- A Fuzzy Routing Method in UAV Delay Tolerant Networks
- Adaptive Insertion and Promotion Policies Based on Least Recently Used Replacement