Hacker News new | ask | show | jobs
by aidenn0 2585 days ago
In terms of "Using volatile too much" I found a comment along the lines of "Not sure why this has to be volatile, but it doesn't work without it" and the answer was "There is a race condition and volatile slows down one path enough to make it go away."

Yuck.