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

atomic.fence is mentioned in the Overview but not in the spec #188

Open
jakobkummerow opened this issue Jun 11, 2022 · 1 comment
Open

Comments

@jakobkummerow
Copy link

The atomic.fence instruction was added to the Overview, but neither to the binary nor text format spec.

(Looks like this plan fell through the cracks.)

Related note: I find it surprising that the text format uses memory.atomic.wait32 and memory.atomic.wait64 instead of i32.atomic.wait and i64.atomic.wait (like the other instructions), but I totally don't feel strongly about it, so if this is something that's been discussed and decided before then please just ignore me :-)

@lars-t-hansen
Copy link

Re naming, there was a bikeshedding session:
#145
#149

Related to fence:
#143

ioannad added a commit to ioannad/threads that referenced this issue Oct 13, 2022
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

2 participants