mem: Add priority to QueuedPrefetcher
Review Request #3371 - Created March 8, 2016 and submitted
| Information | |
|---|---|
| Andreas Sandberg | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
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.
