Disable race analyses for other ConcurrencySafety properties #1661
Labels
good first issue
performance
Analysis time, memory usage
sv-comp
SV-COMP (analyses, results), witnesses
Milestone
We realized a little bit of silliness in our SV-COMP setup:
svcomp
confs have always enabled some of our specialty race analyses likeregion
andsymblocks
to best work on our submitted regression tests.The point is that we should disable our specialty race analyses for unreach-call, no-overflow and valid-memsafety analyses in ConcurrencySafety.
In particular, the region analysis is notorious for using a single flow-insensitive unknown which essentially causes everything to depend on everything. This might be quite harmful to performance when we're not trying to prove race-freedom anyway.
The text was updated successfully, but these errors were encountered: