Skip to content

Instantly share code, notes, and snippets.

@bohutang
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save bohutang/9992806 to your computer and use it in GitHub Desktop.

Select an option

Save bohutang/9992806 to your computer and use it in GitHub Desktop.
StoreLoad&Atomic Case of http://weibo.com/2216172320/AE5Hy3ARv
core 1 | core 2
-----------------|-----------------
A = 1;
-----------------|-----------------
exa = B;/*0*/ B = 1;
-----------------|-----------------
exa = A;/*1*/
-----------------|-----------------
C = exa;/*1*/
-----------------|-----------------
C = exa;/*0*/
-----------------|-----------------
C = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment