10 ms·
volatile just means to keep updating the memory and not keep a copy in the cpu cache.
by peterbotond 9y ago
volatile just means to keep updating the memory and not keep a copy in the cpu cache.
- bleeep 9y agoThat's wildly inaccurate. It's a language level feature that indicates values can change in ways other than what's suggested by the code that manipulate them.