----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3348/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11354:69b4e4d3876f --------------------------- mem: Adopt a more sensible cache class hierarchy This patch changes what goes into the BaseCache and what goes into the Cache, to make it easier to add a NoncoherentCache with as much re-use as possible. A number of redundant members and definitions are also removed in the process. Diffs ----- src/mem/cache/base.hh ef6e57ac0d70 src/mem/cache/base.cc ef6e57ac0d70 src/mem/cache/cache.hh ef6e57ac0d70 src/mem/cache/cache.cc ef6e57ac0d70 Diff: http://reviews.gem5.org/r/3348/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
