We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
japaric's volatile-register, which is using japaric's vcell
The text was updated successfully, but these errors were encountered:
It not possible to implement a VolatileCell in a sound way at the moment because the compiler might insert spurious reads. See japaric/vcell#10 and rust-lang/unsafe-code-guidelines#411 for details.
VolatileCell
In this crate, we try to create a sound abstraction for volatile access, based on raw pointers.
Sorry, something went wrong.
No branches or pull requests
japaric's volatile-register, which is using japaric's vcell
The text was updated successfully, but these errors were encountered: