Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Atomics methods on ArrayBuffers #2561

Closed
11 tasks done
rwaldron opened this issue Mar 31, 2020 · 0 comments
Closed
11 tasks done

Allow Atomics methods on ArrayBuffers #2561

rwaldron opened this issue Mar 31, 2020 · 0 comments
Assignees

Comments

@rwaldron
Copy link
Contributor

rwaldron commented Mar 31, 2020

I will follow up on tc39/ecma262#1908

  • Atomics.notify changed to always return 0 on non-shared
  • Allow non-shared array buffer:
    • Atomics.load
    • Atomics.store
    • Atomics.add
    • Atomics.sub
    • Atomics.and
    • Atomics.or
    • Atomics.xor
    • Atomics.exchange
    • Atomics.compareExchange
@rwaldron rwaldron self-assigned this Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant