AddrRange: Simplify Range by removing stream input/output
Review Request #1389 - Created Sept. 3, 2012 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
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.
util/regress all passing (disregarding t1000 and eio)
Posted (Sept. 11, 2012, 2:39 a.m.)
i hate to see unit tests go. How about we keep the tests but loose the parsing?
-
src/unittest/rangetest.cc (Diff revision 1) -
maybe keep the test and just don't use the parsing?
Ship It!
