WebAssembly / shared-everything-threads

A draft proposal for spawning threads in WebAssembly
Other
44 stars 1 forks source link

Add `pause` to improve spinlock efficiency #54

Closed tlively closed 7 months ago

tlively commented 7 months ago

This instruction was originally discussed in https://github.com/WebAssembly/threads/issues/15, but did not make it into the original threads spec.

tlively commented 7 months ago

also cc @syg

syg commented 7 months ago

@tlively This closes https://github.com/tc39/proposal-atomics-microwait/issues/2 as well.