https://bugs.kde.org/show_bug.cgi?id=369459

--- Comment #8 from Peter Maydell <peter.mayd...@linaro.org> ---
FWIW QEMU is switching to emulating atomics (including ll/sc) via a common
"cmpxchg" IR operation (which is then implemented in the backend via an ll/sc
loop or whatever the host CPU has). This results in not-strictly-correct
behaviour (it has the ABA problem) but realworld code doesn't really care. (I
don't know much of the detail as I haven't been involved in the
implementation.)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to