gem5 v24.0.0.0
|
In a first implementation of the BO prefetcher, both banks of the RR were written simultaneously when a prefetched line is inserted into the cache. More...
Public Member Functions | |
DelayQueueEntry (Addr x, Tick t) | |
Public Attributes | |
Addr | baseAddr |
Tick | processTick |
In a first implementation of the BO prefetcher, both banks of the RR were written simultaneously when a prefetched line is inserted into the cache.
Adding the delay queue tries to avoid always striving for timeless prefetches, which has been found to not always being optimal.