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

Always use load(Acquire) for load_consume on Miri/TSan #992

Closed
taiki-e opened this issue Jun 17, 2023 · 0 comments · Fixed by #995
Closed

Always use load(Acquire) for load_consume on Miri/TSan #992

taiki-e opened this issue Jun 17, 2023 · 0 comments · Fixed by #995

Comments

@taiki-e
Copy link
Member

taiki-e commented Jun 17, 2023

AFAIK, Miri (Rust) doesn't support "consume" ordering and ThreadSanitizer doesn't treat load(Relaxed) + compiler_fence(Acquire) as "consume" load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant