----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1389/#review3439 -----------------------------------------------------------
i hate to see unit tests go. How about we keep the tests but loose the parsing? src/unittest/rangetest.cc <http://reviews.gem5.org/r/1389/#comment3499> maybe keep the test and just don't use the parsing? - Ali Saidi On Sept. 3, 2012, 9:23 p.m., Andreas Hansson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1389/ > ----------------------------------------------------------- > > (Updated Sept. 3, 2012, 9:23 p.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 9186:caba9377b12a > --------------------------- > AddrRange: Simplify Range by removing stream input/output > > This patch simplifies the Range class in preparation for the > introduction of a more specific AddrRange class that allows > interleaving/striping. > > The only place where the parsing was used was in the unit test. > > > Diffs > ----- > > src/base/SConscript 42807286d6cb > src/base/range.hh 42807286d6cb > src/base/range.cc 42807286d6cb > src/unittest/SConscript 42807286d6cb > src/unittest/rangetest.cc 42807286d6cb > > Diff: http://reviews.gem5.org/r/1389/diff/ > > > Testing > ------- > > util/regress all passing (disregarding t1000 and eio) > > > Thanks, > > Andreas Hansson > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
