Memory Reordering Caught in the Act (2012)(preshing.com)
preshing.com
Memory Reordering Caught in the Act (2012)
https://preshing.com/20120515/memory-reordering-caught-in-the-act/
2 comments
The C++ qualifier 'volatile' is a good tool to have in the toolbox.
But be aware that it does not guarantee the presence of a memory fence.
https://stackoverflow.com/questions/26307071/does-the-c-vola...
https://stackoverflow.com/questions/26307071/does-the-c-vola...