----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3407/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11414:78ab5d1e557f --------------------------- mem: Simplify cache packet handling for uncacheable writes Cosmetic change following up on the recent cache queue modifications. This patch aligns the handling of uncacheable writes in that no new packets are created, similar to how write evictions are dealt with. By not allocating copies of the packet the code is simplified, and we avoid unecessary memory management. Diffs ----- src/mem/cache/cache.cc 1f92ce16e171 src/mem/cache/write_queue_entry.hh 1f92ce16e171 Diff: http://reviews.gem5.org/r/3407/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
