Hacker News new | ask | show | jobs
by ajays 5097 days ago
This seems like the best explanation I've found so far: https://lkml.org/lkml/2012/7/1/203
1 comments

Agreed. Also it clearly accounts for the futex related load issues and it even gives nice and readable C code to see the problem happening.

This explains it for me. Thanks a lot for the pointer.