Hello Jason Lowe-Power, Nikos Nikoleris,

I'd like you to reexamine a change. Please visit

    https://gem5-review.googlesource.com/10762

to look at the new patch set (#3).

Change subject: mem-cache: Return cycles in findVictim
......................................................................

mem-cache: Return cycles in findVictim

Compressed caches store compressed data, so when eviction
happens, the blocks must first be decompressed and then
evicted. This has an inherent latency and is currently
assumed to be off the critical path.

Change-Id: I9872a33b8e305c04354194e0bb261e8531bdcbb0
---
M src/mem/cache/base.cc
M src/mem/cache/tags/base.hh
M src/mem/cache/tags/base_set_assoc.hh
M src/mem/cache/tags/fa_lru.cc
M src/mem/cache/tags/fa_lru.hh
M src/mem/cache/tags/sector_tags.cc
M src/mem/cache/tags/sector_tags.hh
7 files changed, 28 insertions(+), 7 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/10762
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: I9872a33b8e305c04354194e0bb261e8531bdcbb0
Gerrit-Change-Number: 10762
Gerrit-PatchSet: 3
Gerrit-Owner: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-Reviewer: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: Nikos Nikoleris <nikos.nikole...@arm.com>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to