Y
Hacker News
new
|
ask
|
show
|
jobs
by
jamessinghal
451 days ago
I'd assume the synchronization primitives in OSes are written with the memory ordering in mind at the least.
1 comments
IshKebab
451 days ago
Yeah I think this is true - they can be nops on x86. But it's still going to be better to have explicit sync instructions only where needed than implicit sync everywhere.
link