You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the array size is a multiple of a large power of two, then the indices of the “hottest” elements, the ones we likely request on the first dozen or so iterations, will also be divisible by some large powers of two and map to the same cache line — kicking each other out and causing a ~20% performance decrease.
I think only index subbits are related whether memory should be stored to the same set, while this doesn't imply one divisibility relation
The text was updated successfully, but these errors were encountered:
in 'Cache Associativity', the author says:
I think only index subbits are related whether memory should be stored to the same set, while this doesn't imply one divisibility relation
The text was updated successfully, but these errors were encountered: