Hacker News new | ask | show | jobs
by gpderetta 495 days ago
My understanding is that all architectures that matter do idiom recognition for ll/sc to guarantee forward progress when ll/sc is used to implement CAS and other common lock-free and wait free patterns, at least as a fallback.
1 comments