Review Board 2.0.15


mem: Allow tagged prefetching for instruction fetches on stride prefetcher (prefetcher patch #2)

Review Request #2001 - Created Sept. 6, 2013 and submitted - Latest diff uploaded

Information
Mitch Hayenga
gem5
Reviewers
Default
Allow forcing tagged prefetches for IFETCH requests given to stride prefetchers.

For systems with a tightly coupled L2, a stride-based prefetcher may observe access requests from both instruction and data L1 caches.  However, the PC address of an instruction miss gives no relevant training information to the stride based prefetcher(there is no stride to train).  In theses cases, its better if the L2 stride prefetcher simply reverted back to a simple N-block ahead prefetcher.  This patch enables this option.

Note: This patch relies upon the earlier patch submitted in review request #2000.

Negligibly improves performance on SPEC, but SPEC isn't an instruction footprint heavy suite.