smt: Fixed IQCount bug
Review Request #2400 - Created Sept. 10, 2014 and submitted
| Information | |
|---|---|
| Andrew Lukefahr | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10366:b2bfc7a0275f --------------------------- Fixed IQCount bug
Posted (Sept. 10, 2014, 1:59 p.m.)
Thanks for finding this Andrew. Could you try to change the order of the PQ (e.g. std::priority_queue<unsigned, vector<unsigned>, std::greater<unsigned>> PQ) which will sort it the other way. I think that would be a bit clearer than the multiplication by -1. Ali
Review request changed
Updated (Sept. 15, 2014, 11:02 a.m.)
Summary: |
|
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
|||||||||||||||||||||
Diff: |
Revision 2 (+10 -2) |
Review request changed
Updated (Sept. 15, 2014, 11:29 a.m.)
Summary: |
|
|---|
Ship It!
Thanks! A bit of a technicality, but officially the summary should probably be "cpu: Fix o3 SMT IQCount bug" or similar.
