atomic operation cost
- by osgx
Hello
What is the cost of the atomic operation? How much cycles does it consume? Will it pause other processors on SMP or NUMA, or will it block memory accesses?
Will it flush reorder buffer in out-of-order CPU?
What effects will be on the cache?
Thanks.