diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2015-07-03 10:14:45 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2015-07-03 10:14:45 -0400 |
commit | b56167b68214581857ffae5c25f7945d75cee6b3 (patch) | |
tree | c0d9d30d659a8e8bd6d27b9a4bcbd4438e413025 /src/mem/mem_checker.hh | |
parent | db85ddca1a3c81fb7c513216fa08bb1f6dd580b7 (diff) | |
download | gem5-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 'src/mem/mem_checker.hh')
0 files changed, 0 insertions, 0 deletions