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

Make CSE more useful by reusing the previous proof #896

Open
Stevengre opened this issue Nov 27, 2024 · 0 comments
Open

Make CSE more useful by reusing the previous proof #896

Stevengre opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels

Comments

@Stevengre
Copy link
Contributor

Currently, the proof will re-run all the things when using --reinit and unchange if there is a proof. Therefore, the CSE won't bring a lot of improvement for the tests which just call a function once.

My idea is to provide incremental verification: If only the tests changes, don't re-generate the summary for the external callee functions. Intead, use the summary directly. I think this will significantly enhance the verification experience, especially in scenarios where only the tests will be modified during the audit.

@Stevengre Stevengre self-assigned this Nov 27, 2024
@Stevengre Stevengre added the cse label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant