Hacker News new | ask | show | jobs
by 1e1f 2401 days ago
Should include tl;dr your concurrency fears are real, but for registers and not caches.
1 comments

If you have two threads reading then writing values in memory, you still need synchronization/atomic changes at the software level.