help understanding release sematics

恶灵骑士 1072213404 at qq.com
Mon Nov 7 03:09:22 UTC 2016


Hi,


in OrderAccess
inline void OrderAccess::storestore() { release(); }
inline void OrderAccess::loadstore()  { acquire(); }
the storestore can complete release sematics why some blog saying that release sematics include both storestore and loadstore?



i can understand what blog say but i am a little confused by the code.


thank you !


Arron


More information about the hotspot-dev mailing list