Review Board 2.0.15


scons: Ensure dictionary iteration is sorted by key

Review Request #2537 - Created Nov. 25, 2014 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10585:b1d0bbd16e54
---------------------------
scons: Ensure dictionary iteration is sorted by key

This patch adds sorting based on the SimObject name or parameter name
for all situations where we iterate over dictionaries. This should
ensure a deterministic and consistent order across the host systems
and hopefully avoid regression results differing across python
versions.