@inproceedings{827146588768437a96df5ce5078b0077,
title = "Reducing L1 caches power by exploiting software semantics",
abstract = "To access a set-associative L1 cache in a high-performance processor, all ways of the selected set are searched and fetched in parallel using physical address bits. Such a cache is oblivious of memory references' software semantics such as stack-heap bifurcation of the memory space, and user-kernel ring levels. This constitutes a waste of energy since e.g., a user-mode instruction fetch will never hit a cache block that contains kernel code. Similarly, a stack access will not hit a cacheline that contains heap data. We propose to exploit software semantics in cache design to avoid unnecessary associative searches, thus reducing dynamic power consumption. Specifically, we utilize virtual memory region properties to optimize the data cache and ring level information to optimize the instruction cache. Our design does not impact performance, and incurs very small hardware cost. Simulations results using SPEC CPU and SPECjapps indicate that the proposed designs help to reduce cache block fetches from DL1 and IL1 by 27\% and 57\% respectively, resulting in average savings of 15\% of DL1 power and more than 30\% of IL1 power compared to an aggressively clock-gated baseline.",
keywords = "first-level cache, ring level, simulation, virtual memory",
author = "Zhen Fang and Li Zhao and Xiaowei Jiang and Lu, \{Shih Lien\} and Ravi Iyer and Tong Li and Lee, \{Seung Eun\}",
year = "2012",
doi = "10.1145/2333660.2333750",
language = "English",
isbn = "9781450312493",
series = "Proceedings of the International Symposium on Low Power Electronics and Design",
pages = "391--396",
booktitle = "ISLPED'12 - Proceedings of the International Symposium on Low Power Electronics and Design",
note = "2012 ACM/IEEE International Symposium on Low Power Electronics and Design, ISLPED'12 ; Conference date: 30-07-2012 Through 01-08-2012",
}