----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3256/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11264:1dd43cacb0a6 --------------------------- mem: Only forward the non-writable flag if truly needed This patch ensures a cache does not forward the non-writable flag from a CPU-side request unless it has to. Thus, we avoid being overly conservative and returning non-writable responses even when we know that the response is the only writable copy in the system (the request was sent out with NeedsWritable set). Diffs ----- src/mem/cache/cache.cc 8ed230a0b28c Diff: http://reviews.gem5.org/r/3256/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
