ruby: add support for prefetching to MESI protocol
Review Request #1489 - Created Oct. 24, 2012 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9315:fb4f9134eaec --------------------------- ruby: add support for prefetching to MESI protocol
Issue Summary
3
1
2
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Below the L1 cache, do you treat prefetches and non-prefetches the same? Have you looked into the implications of this? | Brad Beckmann | Oct. 24, 2012, 6:55 a.m. | Open |
Posted (Oct. 24, 2012, 6:55 a.m.)
Ah...this was the other half of the changes I was looking for in my previous review. I have a few comments below:
-
src/mem/protocol/MESI_CMP_directory-L1cache.sm (Diff revision 1) -
Minor comment, but can you change this name to "enable_prefetch"
-
src/mem/protocol/MESI_CMP_directory-L1cache.sm (Diff revision 1) -
As I mentioned in my previous review, for historical reasons you may want to call this the "optionalQueue".
-
src/mem/protocol/MESI_CMP_directory-L1cache.sm (Diff revision 1) -
Below the L1 cache, do you treat prefetches and non-prefetches the same? Have you looked into the implications of this?
