Hello Daniel Carvalho, Matt Sinclair, Jason Lowe-Power,
I'd like you to reexamine a change. Please visit
https://gem5-review.googlesource.com/c/public/gem5/+/20881
to look at the new patch set (#5).
Change subject: mem-cache: Fixed a bug in MRU replacement policy
......................................................................
mem-cache: Fixed a bug in MRU replacement policy
The lastTouchTick is set to 0 when instantiate. This will cause the
candidate[0] to get evicted over and over again in MRU replacement
policy. Break the search loop whenever find a cold cache line.
Change-Id: I33aa57ebe0efca15986f62c3ae10a146bd2b779f
---
M src/mem/cache/replacement_policies/mru_rp.cc
1 file changed, 8 insertions(+), 3 deletions(-)
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/20881
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I33aa57ebe0efca15986f62c3ae10a146bd2b779f
Gerrit-Change-Number: 20881
Gerrit-PatchSet: 5
Gerrit-Owner: Mingyuan Xiang <mxia...@wisc.edu>
Gerrit-Reviewer: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: Matt Sinclair <mattdsincl...@gmail.com>
Gerrit-Reviewer: Mingyuan Xiang <mxia...@wisc.edu>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev