----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2609/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10669:875d9e3e583e --------------------------- base: Add XOR-based hashed address interleaving This patch extends the current address interleaving with basic hashing support. Instead of directly comparing a number of address bits with a matching value, it is now possible to use two independent set of address bits XOR'ed together. This avoids issues where strided address patterns are heavily biased to a subset of the interleaved ranges. Diffs ----- src/base/addr_range.hh a6fe75e8296b src/python/m5/params.py a6fe75e8296b Diff: http://reviews.gem5.org/r/2609/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
