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

Improved support for memory separation #419

Open
lcasburn opened this issue Jul 10, 2024 · 0 comments
Open

Improved support for memory separation #419

lcasburn opened this issue Jul 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lcasburn
Copy link
Collaborator

From @danmatichuk

Verifier unable to handle persistent memory difference because it lacks aliasing information. As a result, it assumes the user will provide assertions that help the verifier drive it to equivalence. Builds case for introducing different types of assumptions, allowing the user to introduce assumptions that two pointers don't alias or two memory regions do not overlap. This allows persistent memory differences to safely exist in the eq domain because we know those instances are isolated and the assertions are expected to be provable somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant