----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3371/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11372:cb94b9f8faa2 --------------------------- mem: Add priority to QueuedPrefetcher Queued prefetcher entries now count with a priority field. The idea is to add packets ordered by priority and then by age. For the existing algorithms in which priority doesn't make sense, it is set to 0 for all deferred packets in the queue. Diffs ----- src/mem/cache/prefetch/queued.hh bbbb3df33d41 src/mem/cache/prefetch/queued.cc bbbb3df33d41 src/mem/cache/prefetch/stride.hh bbbb3df33d41 src/mem/cache/prefetch/stride.cc bbbb3df33d41 src/mem/cache/prefetch/tagged.hh bbbb3df33d41 src/mem/cache/prefetch/tagged.cc bbbb3df33d41 Diff: http://reviews.gem5.org/r/3371/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
