atomic operation cost
Posted
by osgx
on Stack Overflow
See other posts from Stack Overflow
or by osgx
Published on 2010-03-29T13:11:25Z
Indexed on
2010/03/29
13:13 UTC
Read the original article
Hit count: 388
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.
© Stack Overflow or respective owner