diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-10-15 08:12:25 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-10-15 08:12:25 -0400 |
commit | 0c58106b6e27445e259d82bb13e2a5b6ae991bb6 (patch) | |
tree | 697a030b51f75695933e77f826b481bacd3587a2 /src/cpu/testers/directedtest | |
parent | 93a159875aa081cf3452754b890d83ae7c2bf943 (diff) | |
download | gem5-0c58106b6e27445e259d82bb13e2a5b6ae991bb6.tar.xz |
Mem: Use deque instead of list for bus retries
This patch changes the data structure used to keep track of ports that
should be told to retry. As the bus is doing this in an FCFS way,
there is no point having a list. A deque is a better match (and is at
least in theory a better choice from a performance point of view).
Diffstat (limited to 'src/cpu/testers/directedtest')
0 files changed, 0 insertions, 0 deletions