----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2693/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10750:cc7b4792a017 --------------------------- mem: Align all MSHR entries to block boundaries This patch aligns all MSHR queue entries to block boundaries to simplify checks for matches. Previously there were corner cases that could lead to existing entries not being identified as matches. There are, rather alarmingly, a few regressions that change with this patch. Diffs ----- src/mem/cache/base.hh 655ff3f6352d src/mem/cache/cache_impl.hh 655ff3f6352d src/mem/cache/mshr.hh 655ff3f6352d src/mem/cache/mshr.cc 655ff3f6352d src/mem/cache/mshr_queue.hh 655ff3f6352d src/mem/cache/mshr_queue.cc 655ff3f6352d Diff: http://reviews.gem5.org/r/2693/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
