首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

false sharing in cache coherence protocols

2012-07-04 
false sharing in cache coherence protocols.False sharing is an inherent artifact of cache coherence

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

热点排行