Use acquire semantics after all... ;-)
authorMilian Wolff <mail@milianw.de>
Wed, 17 Dec 2014 12:40:27 +0000 (13:40 +0100)
committerMilian Wolff <mail@milianw.de>
Wed, 17 Dec 2014 12:40:27 +0000 (13:40 +0100)
commitba05fb4d0cdf397d6dd77a40dfa986bc4b465b22
tree3d809ed6da8e3994b8c19e869ded6a51f010909c
parent261a0443d63e35840c061fe258de5f98f4149740
Use acquire semantics after all... ;-)

According to this page, the relaxed semantics are a useless
optimization and might in fact degrade performance on some systems:

http://www.boost.org/doc/libs/master/doc/html/atomic/usage_examples.html#boost_atomic.usage_examples.example_spinlock
libheaptrack.cpp