Memory Ordering at Compile Time
在下面文章中,深入讨论这个问题:
1、preshing Memory Ordering at Compile Time
这篇文章非常好
2、stackoverflow How to understand acquire and release semantics? # A
这篇文章比较好
Thoughts
Compiler memory optimization
compiler能够全局地、高屋建瓴地分析我们的程序,能够通过对memory操作顺序来进行optimization。需要整理这方面文章。