-
Notifications
You must be signed in to change notification settings - Fork 20
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
Loom model checking #133
Comments
@wvwwvwwv, what does "Formally verified EBR" in README mean? Is it about https://github.com/wvwwvwwv/scalable-concurrent-containers/blob/main/src/tests/model.rs? |
I also know that the Please don't pay much attention to |
Let me try to implement some |
I close this issue in favor of wvwwvwwv/scalable-delayed-dealloc#1 due to #131 |
I understand this requires a vast amount of work. However, at least an issue should exist.
Except for using loom's primitives for testing, I think it should use them under
--cfg scc_loom
(in the same way ascrossbeam_loom
exists) to support testing in implementation of structures based on scc-ebr implementation.The text was updated successfully, but these errors were encountered: