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

Investigate incremental analysis #19

Open
jeroenk opened this issue Dec 17, 2017 · 0 comments
Open

Investigate incremental analysis #19

jeroenk opened this issue Dec 17, 2017 · 0 comments

Comments

@jeroenk
Copy link
Collaborator

jeroenk commented Dec 17, 2017

An idea is to of make analysis incremental by parallelising over arrays and accesses, with a pool of workers, and to give the user an incremental report. We could even fold benign race checking into this picture (i.e., try non-benign first, and then turn on benign as and when it looks useful). Another idea is to be counter example-driven: try verifying multiple accesses at once; when an access appears in a counterexample split it off to be checked separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant