gem5/src/mem/ruby
Joel Hestness ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) 71c6c43110 ruby: MessageBuffer: Remove unused m_size variable
The m_size variable attempted to track m_prio_heap.size(), but it did so
incorrectly due to the functions reanalyzeMessages and reanalyzeAllMessages().
Since this variable is intended to track m_prio_heap.size(), we can simply
replace instances where m_size is referenced with m_prio_heap.size(), which
has the added bonus of removing the need for m_size.

Note: This patch also removes an extraneous DPRINTF format string designator
from reanalyzeAllMessages()

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
2013-06-24 06:57:06 -05:00
..
buffers ruby: MessageBuffer: Remove unused m_size variable 2013-06-24 06:57:06 -05:00
common ruby: remove undefined functions in Address class 2013-06-09 07:29:58 -05:00
filters scons: Fix warnings issued by clang 3.2svn (XCode 4.6) 2013-02-19 05:56:08 -05:00
network ruby: patch checkpoint restore with garnet 2013-04-23 00:03:02 -05:00
profiler ruby: remove several unused variables in Profiler 2013-06-09 07:30:00 -05:00
recorder Ruby System, Cache Recorder: Use delete [] for trace vars 2013-04-07 20:31:15 -05:00
slicc_interface ruby: stats: use gem5's stats for cache and memory controllers 2013-06-09 07:29:59 -05:00
structures ruby: replace Time with Cycles (final patch in the series) 2013-02-10 21:43:10 -06:00
system ruby: restrict Address to being a type and not a variable name 2013-06-18 16:58:33 -05:00
SConscript ruby: add a prefetcher 2012-12-11 10:05:54 -06:00
SConsopts Gems: Eliminate the now unused GEMS_ROOT scons variable. 2011-03-11 11:27:26 -08:00