ruby: remove message buffer node
Review Request #2897 - Created June 18, 2015 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10882:1af45ed3525c --------------------------- ruby: remove message buffer node This structure's only purpose was to provide a comparison function for ordering messages in the MessageBuffer. The comparison function is now being moved to the Message class itself. So we no longer require this structure.
This is good clean-up. Just a minor suggestion below.
-
src/mem/ruby/slicc_interface/Message.hh (Diff revision 1) -
minor: I think you can remove the comment on this line. The type of this variable outlasted MessageBufferNode itself.
Ship It!
