gem5/src/mem/ruby/buffers
Nathan Binkert dd133c7b24 ruby: get rid of PrioHeap and use STL
One big difference is that PrioHeap puts the smallest element at the
top of the heap, whereas stl puts the largest element on top, so I
changed all comparisons so they did the right thing.

Some usage of PrioHeap was simply changed to a std::vector, using sort
at the right time, other usage had me just use the various heap functions
in the stl.
2010-06-10 23:17:07 -07:00
..
MessageBuffer.cc ruby: get rid of PrioHeap and use STL 2010-06-10 23:17:07 -07:00
MessageBuffer.hh ruby: get rid of PrioHeap and use STL 2010-06-10 23:17:07 -07:00
MessageBufferNode.cc ruby: style pass 2010-03-22 18:43:53 -07:00
MessageBufferNode.hh ruby: get rid of PrioHeap and use STL 2010-06-10 23:17:07 -07:00
SConscript ruby: add RUBY sticky option that must be set to add ruby to the build 2009-05-11 10:38:46 -07:00