summaryrefslogtreecommitdiff
path: root/tests/quick/se/00.hello/ref
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2015-07-03 10:14:45 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2015-07-03 10:14:45 -0400
commitb56167b68214581857ffae5c25f7945d75cee6b3 (patch)
treec0d9d30d659a8e8bd6d27b9a4bcbd4438e413025 /tests/quick/se/00.hello/ref
parentdb85ddca1a3c81fb7c513216fa08bb1f6dd580b7 (diff)
downloadgem5-b56167b68214581857ffae5c25f7945d75cee6b3.tar.xz
mem: Avoid DRAM write queue iteration for merging and read lookup
This patch adds a simple lookup structure to avoid iterating over the write queue to find read matches, and for the merging of write bursts. Instead of relying on iteration we simply store a set of currently-buffered write-burst addresses and compare against these. For the reads we still perform the iteration if we have a match. For the writes, we rely entirely on the set. Note that there are corner-cases where sub-bursts would actually not be mergeable without a read-modify-write. We ignore these cases and opt for speed.
Diffstat (limited to 'tests/quick/se/00.hello/ref')
0 files changed, 0 insertions, 0 deletions