As of Firefox 137, I intend to enable Atomics.pause by default
on all platforms. It is currently enabled only in Nightly builds, behind the `javascript.options.experimental.atomics_pause`
preference. The Atomics.pause proposal allows using dedicated CPU instructions for microwaits, e.g. when contending for a spinlock, leading to improved power consumption over naive implementations. Our implementation was contributed by a volunteer, André Bargull. Thanks Anba :)