摘要: 参考:http://stackoverflow.com/questions/14950614/working-of-asm-volatile-memoryasmvolatile("":::"memory");creates a compiler level memory barrier forcing optimizer to not re-order memory accesses across the barrier.For example, if you need to access some address in a specific order 阅读全文
posted @ 2014-02-28 17:09 dolinux 阅读(3640) 评论(0) 推荐(0)