Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#5995: Add exclusive mode to drcachesim. #6454

Merged
merged 9 commits into from
Nov 17, 2023

Conversation

brettcoon
Copy link
Contributor

Allow caches to be configured with an exclusive policy to function as victim caches. Caches with this policy are only populated by lines evicted from their children.

Also added accessors for snoop filter stats to cache_simulator_t.

Fixes #5995

Allow caches to be configured with an exclusive policy to function
as victim caches.  Caches with this policy are only populated by lines
evicted from their children.

Also added accessors for snoop filter stats to cache_simulator_t.

Fixes #5995
clients/drcachesim/reader/config_reader.cpp Outdated Show resolved Hide resolved
clients/drcachesim/reader/config_reader.cpp Show resolved Hide resolved
clients/drcachesim/reader/config_reader.cpp Show resolved Hide resolved
clients/drcachesim/simulator/cache_simulator.cpp Outdated Show resolved Hide resolved
clients/drcachesim/simulator/cache_simulator.h Outdated Show resolved Hide resolved
clients/drcachesim/tests/drcachesim_unit_tests.cpp Outdated Show resolved Hide resolved
clients/drcachesim/tests/drcachesim_unit_tests.cpp Outdated Show resolved Hide resolved
derekbruening and others added 7 commits November 15, 2023 17:12
Augments the mid-rseq-trace-exit case to handle the rseq final instr
being reached but not passed. Adds a test case.

Issue: #6444
…#6431)

drcachesim's tracer.cpp, sample clients memtrace_simple.c and
memval_simple.c have checks to avoid handling SVE scatter/gather memory
instructions, i.e. use of Z registers in memory address operands. Now
that a significant number of scatter/gather instructions have been
implemented, these checks can be removed.

Issues: #5036, #5365, #3044
@derekbruening derekbruening merged commit 365b1a1 into master Nov 17, 2023
13 of 15 checks passed
@derekbruening derekbruening deleted the i5995-exclusive-mode-for-drcachesim branch November 17, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add exclusive cache support
3 participants