Add relaxed atomics support for stores#8183
Merged
Merged
Conversation
a169d2b to
a4ca910
Compare
a94b194 to
5e2de8f
Compare
d581bf3 to
4ae1540
Compare
5e2de8f to
b92a217
Compare
4ae1540 to
a6da2c7
Compare
b92a217 to
1bd821c
Compare
ce0294d to
c97df2b
Compare
c97df2b to
c7400f6
Compare
kripken
approved these changes
Jan 13, 2026
tlively
approved these changes
Jan 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #8165. The unit tests are written manually for now, but I will compact the tests later once I have a script to generate them. C and JS apis will be updated later with all atomic instructions together.