2 comments

[ 3.6 ms ] story [ 11.4 ms ] thread
And additionally, cases when volatile is really necessary around setjmp()/longjmp() are pretty rare.
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.