gem5/src/mem/ruby
Nilay Vaish 2ccdfc547d ruby: network: revert some of the changes from ad9c042dce54
The changeset ad9c042dce54 made changes to the structures under the network
directory to use a map of buffers instead of vector of buffers.
The reasoning was that not all vnets that are created are used and we
needlessly allocate more buffers than required and then iterate over them
while processing network messages.  But the move to map resulted in a slow
down which was pointed out by Andreas Hansson.  This patch moves things
back to using vector of message buffers.
2014-09-15 16:19:38 -05:00
..
common base: Use the global Mersenne twister throughout 2014-09-03 07:42:54 -04:00
filters ruby: remove few not required #includes 2014-02-23 19:16:15 -06:00
network ruby: network: revert some of the changes from ad9c042dce54 2014-09-15 16:19:38 -05:00
profiler ruby: eliminate type Time 2014-09-01 16:55:41 -05:00
slicc_interface base: Use the global Mersenne twister throughout 2014-09-03 07:42:54 -04:00
structures base: Use the global Mersenne twister throughout 2014-09-03 07:42:54 -04:00
system ruby: eliminate type Time 2014-09-01 16:55:41 -05:00
SConscript build opts: add MI_example to NULL ISA 2014-09-01 16:55:46 -05:00