读书人

false sharing in cache coherence pr

发布时间: 2012-07-04 19:33:55 作者: rapoo

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).

读书人网 >操作系统

热点推荐