Hacker News new | past | comments | ask | show | jobs | submit login

Volatile requires it emit instructions that access the object. So if the object is in RAMA, it will emit memory access instructions. However, on modern CPUs, that will still hit the cache. You need to either map in the memory as uncached, or flush the caches to force a memory access



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: