Can someone explain me why 2MB can be faster than 16MB?

suppose you touch data with stride 2MB.  if all you use is 2M pages,
you start taking misses after only 8 references.

I think the take-home message is that bigpages help if you have some large, contiguous, hot regions. but it seems to me that blocking would give rise to such, especially for code which attempts to tune for multi-MB caches.
_______________________________________________
Beowulf mailing list, [email protected]
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to