false sharing in cache coherence protocols.

False sharing is an inherent artifact of cache coherence protocols (like MESI and MOESI). It happens when two participants (threads) operates on different part of the same cache-line. See http://en.wikipedia.org/wiki/False_sharing for more details (and sample code).

posted @ 2011-05-05 18:13  qsort  阅读(154)  评论(0编辑  收藏  举报