- added Atomics.pause (bnoordhuis)

- use the pause instruction for x86 and ARM64 in Atomics.pause()
This commit is contained in:
Fabrice Bellard
2025-09-22 18:58:18 +02:00
parent f021d7714f
commit 8807fedec5
2 changed files with 45 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ arrow-function
async-functions
async-iteration
Atomics
Atomics.pause=skip
Atomics.pause
Atomics.waitAsync=skip
BigInt
caller