-
Notifications
You must be signed in to change notification settings - Fork 84
SV-COMP 2023 setup #859
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
SV-COMP 2023 setup #859
Conversation
Activations based on ReachSafety from Manuel Pietsch's BSc thesis.
Happened in sv-benchmarks/c/systemc/pipeline.cil-1.
|
We should also think about whether to enable the analysis that can keep more malloc'ed variables apart #722. |
According to #722 (comment), it made no difference, with 3 at least. If we want some higher value, we should do local sv-benchmarks experiments first (because the preruns turnaround time is much longer and they're currently limited to 60s anyway) to find such optimal value. Or maybe autotune needs to be adapted to also tune that. Since this setup has successfully passed a prerun, the Apron packaging stuff works, which was the main concern. I'll merge this so conflicts in #845 can be resolved. |
This PR conflicts with #845 due to the changes in stubs structure.
TODO