Sciweavers

HPCA
2006
IEEE

Increasing the cache efficiency by eliminating noise

13 years 10 months ago
Increasing the cache efficiency by eliminating noise
Caches are very inefficiently utilized because not all the excess data fetched into the cache, to exploit spatial locality, is utilized. We define cache utilization as the percentage of data brought into the cache that is actually used. Our experiments showed that Level 1 data cache has a utilization of only about 57%. In this paper, we show that the useless data in a cache block (cache noise) is highly predictable. This can be used to bring only the to-be-referenced data into the cache on a cache miss, reducing the energy, cache space, and bandwidth wasted on useless data. Cache noise prediction is based on the last words usage history of each cache block. Our experiments showed that a code-context predictor is the best performing predictor and has a predictability of about 95%. In a code context predictor, each cache block belongs to a code context determined by the upper order PC bits of the instructions that fetched the cache block. When applying cache noise prediction to L1 data ...
Prateek Pujara, Aneesh Aggarwal
Added 11 Jun 2010
Updated 11 Jun 2010
Type Conference
Year 2006
Where HPCA
Authors Prateek Pujara, Aneesh Aggarwal
Comments (0)