Title :
Eliminating conflict misses using prime number-based cache indexing
Author :
Kharbutli, Mazen ; Solihin, Yan ; Lee, Jaejin
Author_Institution :
Dept. of Electr. & Comput. Eng., North Carolina State Univ., Raleigh, NC, USA
fDate :
5/1/2005 12:00:00 AM
Abstract :
Using alternative cache indexing/hashing functions is a popular technique to reduce conflict misses by achieving a more uniform cache access distribution across the sets in the cache. Although various alternative hashing functions have been demonstrated to eliminate the worst-case conflict behavior, no study has really analyzed the pathological behavior of such hashing functions that often results in performance slowdown. We present an in-depth analysis of the pathological behavior of cache hashing functions. Based on the analysis, we propose two new hashing functions, prime modulo and odd-multiplier displacement, that are resistant to pathological behavior and yet are able to eliminate the worst-case conflict behavior in the L2 cache. We show that these two schemes can be implemented in fast hardware using a set of narrow addition operations, with negligible fragmentation in the L2 cache. We evaluate the schemes on 23 memory intensive applications. For applications that have nonuniform cache accesses, both prime modulo and odd-multiplier displacement hashing achieve an average speedup of 1.27 compared to traditional hashing, without slowing down any of the 23 benchmarks. We also evaluate using odd-multiplier displacement function with multiple multipliers in conjunction with a skewed associative L2 cache. The skewed associative cache achieves a better average speedup at the cost of some pathological behavior that slows down four applications by up to 7 percent.
Keywords :
cache storage; content-addressable storage; L1 cache; cache hashing functions; conflict miss elimination; nonuniform cache access; odd-multiplier displacement hashing; prime modulo hashing; prime number-based cache indexing; skewed associative L2 cache; uniform cache access distribution; Concurrent computing; Costs; Degradation; Delay; Hardware; Indexing; Pathology; Performance analysis; Index Terms- Cache hashing; cache indexing; conflict misses.; odd-multiplier displacement; prime modulo;
Journal_Title :
Computers, IEEE Transactions on