----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3014/#review7038 -----------------------------------------------------------
Ship it! Ship It! - Tony Gutierrez On Aug. 9, 2015, 11:26 a.m., Nilay Vaish wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3014/ > ----------------------------------------------------------- > > (Updated Aug. 9, 2015, 11:26 a.m.) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > Changeset 11053:07ad422ebbd9 > --------------------------- > ruby: set: reimplement using std::bitset > The current Set data structure is slow and therefore is being reimplemented > using std::bitset. The maximum limit of 64 on the number of controllers of > each type is being retained. This means that for simulating a system with > more controllers of a given type, one would need to change the value of the > variable NUMBER_BITS_PER_SET > > > Diffs > ----- > > src/mem/protocol/MOESI_hammer-dir.sm 863d314f6356 > src/mem/protocol/RubySlicc_Types.sm 863d314f6356 > src/mem/ruby/common/NetDest.hh 863d314f6356 > src/mem/ruby/common/NetDest.cc 863d314f6356 > src/mem/ruby/common/SConscript 863d314f6356 > src/mem/ruby/common/Set.hh 863d314f6356 > src/mem/ruby/common/Set.cc 863d314f6356 > > Diff: http://reviews.gem5.org/r/3014/diff/ > > > Testing > ------- > > > Thanks, > > Nilay Vaish > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
