Affiliation:
1. Digital Equipment Corporation Western Research Lab, 100 Hamilton Ave., Palo Alto, CA
Abstract
Projections of computer technology forecast processors with peak performance of 1,000 MIPS in the relatively near future. These processors could easily lose half or more of their performance in the memory hierarchy if the hierarchy design is based on conventional caching techniques. This paper presents hardware techniques to improve the performance of caches.
Miss caching
places a small fully-associative cache between a cache and its refill path. Misses in the cache that hit in the miss cache have only a one cycle miss penalty, as opposed to a many cycle miss penalty without the miss cache. Small miss caches of 2 to 5 entries are shown to be very effective in removing mapping conflict misses in first-level direct-mapped caches.
Victim caching
is an improvement to miss caching that loads the small fully-associative cache with the victim of a miss and not the requested line. Small victim caches of 1 to 5 entries are even more effective at removing conflict misses than miss caching.
Stream buffers
prefetch cache lines starting at a cache miss address. The prefetched data is placed in the buffer and not in the cache. Stream buffers are useful in removing capacity and compulsory cache misses, as well as some instruction cache conflict misses. Stream buffers are more effective than previously investigated prefetch techniques at using the next slower level in the memory hierarchy when it is pipelined. An extension to the basic stream buffer, called
multi-way stream buffers
, is introduced. Multi-way stream buffers are useful for prefetching along multiple intertwined data reference streams.
Together, victim caches and stream buffers reduce the miss rate of the first level in the cache hierarchy by a factor of two to three on a set of six large benchmarks.
Publisher
Association for Computing Machinery (ACM)
Reference13 articles.
1. A Characterization of Processor Performance in the vax-11/780
2. Eustace Alan. Private communication. Eustace Alan. Private communication.
Cited by
128 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Constable: Improving Performance and Power Efficiency by Safely Eliminating Load Instruction Execution;2024 ACM/IEEE 51st Annual International Symposium on Computer Architecture (ISCA);2024-06-29
2. Practically Tackling Memory Bottlenecks of Graph-Processing Workloads;2024 IEEE International Parallel and Distributed Processing Symposium (IPDPS);2024-05-27
3. SecurityCloak: Protection against cache timing and speculative memory access attacks;Journal of Systems Architecture;2024-05
4. PATHFINDER: Practical Real-Time Learning for Data Prefetching;Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume 3;2024-04-27
5. A Two Level Neural Approach Combining Off-Chip Prediction with Adaptive Prefetch Filtering;2024 IEEE International Symposium on High-Performance Computer Architecture (HPCA);2024-03-02