gem5/src
Andreas Hansson 0c58106b6e 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).
2012-10-15 08:12:25 -04:00
..
arch Fix: Address a few minor issues identified by cppcheck 2012-10-15 08:12:23 -04:00
base Mem: Use range operations in bus in preparation for striping 2012-10-15 08:07:04 -04:00
cpu Fix: Address a few minor issues identified by cppcheck 2012-10-15 08:12:23 -04:00
dev Fix: Address a few minor issues identified by cppcheck 2012-10-15 08:12:23 -04:00
doc MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern SE: Ignore FUTEX_PRIVATE_FLAG of sys_futex 2012-09-21 04:51:18 -04:00
mem Mem: Use deque instead of list for bus retries 2012-10-15 08:12:25 -04:00
python Param: Fix proxy traversal to support chained proxies 2012-10-15 08:07:06 -04:00
sim Clock: Inherit the clock from parent by default 2012-10-15 08:07:07 -04:00
unittest AddrRange: Transition from Range<T> to AddrRange 2012-09-19 06:15:44 -04:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript build: Add missing dependencies when building param SWIG interfaces 2012-09-25 11:49:40 -05:00