How to take advantage of the volatile keyword in C# to ensure that concurrent threads get the latest value of an object The optimization techniques used by the JIT (just-in-time) compiler in the ...
Your editor's copy of The C Programming Language, Second Edition (copyright 1988, still known as "the new C book") has the following to say about the volatile keyword: The purpose of volatile is to ...