----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3407/ -----------------------------------------------------------
(Updated April 9, 2016, 4:20 p.m.) Review request for Default. Repository: gem5 Description (updated) ------- Changeset 11442:338a5d23f371 --------------------------- 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 (updated) ----- src/mem/cache/cache.cc 0edcf757b6a2 src/mem/cache/write_queue_entry.hh 0edcf757b6a2 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
