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

Implement compiler fences #24118

Closed
brson opened this issue Apr 6, 2015 · 1 comment · Fixed by #24833
Closed

Implement compiler fences #24118

brson opened this issue Apr 6, 2015 · 1 comment · Fixed by #24833
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.

Comments

@brson
Copy link
Contributor

brson commented Apr 6, 2015

rust-lang/rfcs#888

@brson brson added the B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented. label Apr 6, 2015
@lambda-fairy
Copy link
Contributor

Implemented in #22358

tari added a commit to tari/rust that referenced this issue Apr 26, 2015
These new intrinsics are comparable to `atomic_signal_fence` in C++,
ensuring the compiler will not reorder memory accesses across the
barrier, nor will it emit any machine instructions for it.

Closes rust-lang#24118, implementing RFC 888.
alexcrichton added a commit to alexcrichton/rust that referenced this issue Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants