o3: issue excl. prefetch as soon as store address is available
Review Request #2277 - Created May 13, 2014 and updated - Latest diff uploaded
| Information | |
|---|---|
| Steve Reinhardt | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10229:4da865dce0da --------------------------- o3: issue excl. prefetch as soon as store address is available Issue StoreAccess to acquire permission for store after translation. In Classic: StoreAccess gets converted to HardPFExReq and shares the existing prefetch queue. Therefore, it only affects performance if the prefetcher is enabled in classic. In Ruby: StoreAccess gets converted to RubyStore with NULL data field. This work was done while Binh was an intern at AMD Research. This patch includes bug fixes by Marc Orr.
