Mem: Use deque instead of list for bus retries
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 15 Oct 2012 12:12:25 +0000 (08:12 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 15 Oct 2012 12:12:25 +0000 (08:12 -0400)
commit0c58106b6e27445e259d82bb13e2a5b6ae991bb6
tree697a030b51f75695933e77f826b481bacd3587a2
parent93a159875aa081cf3452754b890d83ae7c2bf943
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).
src/mem/bus.hh