gem5
v20.1.0.0
|
Struct for comparing entries to be added to the priority queue. More...
Public Member Functions | |
bool | operator() (const DynInstPtr &lhs, const DynInstPtr &rhs) const |
Struct for comparing entries to be added to the priority queue.
This gives reverse ordering to the instructions in terms of sequence numbers: the instructions with smaller sequence numbers (and hence are older) will be at the top of the priority queue.
Definition at line 336 of file inst_queue.hh.
|
inline |
Definition at line 337 of file inst_queue.hh.