2013
DOI: 10.1007/978-3-642-42024-5_25
|View full text |Cite
|
Sign up to set email alerts
|

Random-LRU: A Replacement Policy for Chip Multiprocessors

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2014
2014
2021
2021

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 8 publications
(4 citation statements)
references
References 11 publications
0
4
0
Order By: Relevance
“…Random-LRU [5] proposes a cache replacement policy that combines Random and LRU policies. The entire cache is segmented into Random Partition (RP) and Replacement Partition (LP).…”
Section: Related Workmentioning
confidence: 99%
“…Random-LRU [5] proposes a cache replacement policy that combines Random and LRU policies. The entire cache is segmented into Random Partition (RP) and Replacement Partition (LP).…”
Section: Related Workmentioning
confidence: 99%
“…In both cases, a block occupies space unnecessarily until it reaches the LRU position. To avoid drawbacks of LRU, other primitive algorithms are proposed, namely MRU replacement policy and random replacement [6]. MRU replacement policy selects the most recently accessed block as victim with the prediction that the recently accessed block will not be accessed soon.…”
Section: Basic Replacement Policymentioning
confidence: 99%
“…Replacement policy is major area of research from the last two decades. The work in replacement policy can be divided into the following two categories: (a) Performance oriented like [7], [8], [9], [10] (b) Overhead reduction oriented like [11], [12]. The most efficient replacement policy was proposed in 1965 [13], which states that the evicted block must the block which will reuse in the furthest future.…”
Section: Introductionmentioning
confidence: 99%
“…Most of these techniques has high hardware overhead as they need to maintain some prediction tables. Some low-overhead based dead block predictors are [11], [12]. The technique proposed in this paper is also a low-overhead based replacement policy.…”
Section: Introductionmentioning
confidence: 99%