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

don't allow uninitialized uses of shared #45

Open
tjhance opened this issue Sep 17, 2021 · 0 comments
Open

don't allow uninitialized uses of shared #45

tjhance opened this issue Sep 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tjhance
Copy link
Collaborator

tjhance commented Sep 17, 2021

using uninitialized shared is actually unsound for gshared - and it's also unsound for normal shared in the version where shared gets compiled to pointers/references.

dafny already has checks for uses of uninitialized variables - we need to figure out how to get those checks to run on shared/gshared variables.

@tjhance tjhance added the bug Something isn't working label Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant