Performance evaluation of a new cache replacement scheme using SPEC

Presents a new neural network-based algorithm called KORA (Khalid-Obaidat Replacement Algorithm), that uses a backpropagation neural network (BPNN) for the purpose of guiding the line/block replacement decisions in a cache. The KORA algorithm attempts to approximate the replacement decisions made by the optimal scheme (OPT). The key to our algorithm is to identify and subsequently discard the dead lines in cache memories. This allows our algorithm to provide better cache performance as compared to the conventional LRU (least recently used), MRU (most recently used) and FIFO (first-in, first-out) replacement policies. Extensive trace-driven simulations were performed for 30 different cache configurations using different SPEC (Standard Performance Evaluation Corp.) programs. Simulation results have shown that KORA can provide a substantial improvement in the miss ratio over the conventional algorithms. Our work opens up new dimensions for research in the development of new and improved page replacement schemes for virtual memory systems and disk caches.