Y
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
simpsond
2401 days ago
If you have two threads reading then writing values in memory, you still need synchronization/atomic changes at the software level.
link