Hacker News new | ask | show | jobs
by dfox 6312 days ago
And additionally, cases when volatile is really necessary around setjmp()/longjmp() are pretty rare.
1 comments

True..I try to avoid volatiles as much as I can. And as someone else pointed out on the blog in the commens, many implementations even get the volatiles wrong giving rise to a lot of bugs, so even if you were utmost careful about it, it can still cause issues.