Skip to content

nativeGen/AArch64: Emit Atomic{Read,Write} inline

Ben Gamari requested to merge wip/T22115 into master

Previously the AtomicRead and AtomicWrite operations were emitted as out-of-line calls. However, these tend to be very important for performance, especially the RELAXED case (which is a standard unordered load/store and only exists for ThreadSanitizer checking).

Fixes #22115 (closed).

Edited by Ben Gamari

Merge request reports