Abstract

Cache replacement algorithm plays an important role in the overall system performance. In multi-core systems or chip multiprocessors (CMP), this can be enhanced as every core having a private cache and a much larger shared cache. The cache replacement policy at the Last Level Cache (LLC) which is shared by different cores is vital for multi-core systems. Replacement policies like Least Recently Used (LRU), Most Recently Used (MRU) that are more dominant in the multi-core systems try to classify elements purely based on the number of hits they receive during their stay in cache. LRU gives suboptimal performance when the applications deviates from the temporal locality principle. Apart from this, the conventional replacement policies do not fare well with multi-threaded applications as they share data between them. Recent studies have shown that few counter based techniques like Logical Cache Partitioning (LCP) and Shared and Hit based Priority (SHP) techniques show some improvement over LRU for some applications as LRU does not adapt to dynamically changing pattern. This study proposes a new hybrid cache replacement technique called Logical Cache Partitioning and Thread Sharing (LCP&TS) applied over LCP wherein the accuracy of finding the cache victim is improved. Multi-threaded workloads of PARSEC and SPLASH2 benchmarks are run on Multi2sim simulator and the proposed technique shows improvement over LRU and LCP.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.