mem: Use unordered set in bus request tracking
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 30 May 2013 16:53:57 +0000 (12:53 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 30 May 2013 16:53:57 +0000 (12:53 -0400)
commite1e73c5f395504647344d3eaa08a5300591896f8
tree9a978a60a1f5abcb11093e6dcecc6961b5a5fee3
parent82397921a5e1ba4cd1e6b5a39f2b9407161d8818
mem: Use unordered set in bus request tracking

This patch changes the set used to track outstanding requests to an
unordered set (part of C++11 STL). There is no need to maintain the
order, and hopefully there might even be a small performance benefit.
src/mem/bus.hh
src/mem/coherent_bus.hh