Hacker News new | ask | show | jobs
by murrayh 5803 days ago
You can prevent caching optimisations by declaring a variable 'volatile' (http://en.wikipedia.org/wiki/Volatile_variable).