美文网首页
Compatibility - from Memory Cons

Compatibility - from Memory Cons

作者: VV_6eb6 | 来源:发表于2018-10-12 09:56 被阅读0次

    Take x86 as an example, it allows compiler to rearrange the order of Store and Load. 

    As description in the MC, this is a type of relaxed consistency. Therefore, if we build a cpu which would support sequential consistency, x86 ins set could work on this cpu, but if we build a cpu support more relaxed consistency(S and S could be reordered etc), the program couldn't run correctly on this CPU.

    This is just a glance.

    相关文章

      网友评论

          本文标题:Compatibility - from Memory Cons

          本文链接:https://www.haomeiwen.com/subject/rcewaftx.html