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

Improvements for SVCOMP 2025 #765

Merged
merged 2 commits into from
Nov 2, 2024
Merged

Improvements for SVCOMP 2025 #765

merged 2 commits into from
Nov 2, 2024

Conversation

hernanponcedeleon
Copy link
Owner

This PR makes some improvements for SVCOMP 2025:

  • removes the llvm optimizations (I did some dryrun a few weeks ago and it did not seem to help much using them)
  • it enables the generation of witnesses for data-race violations (which were not required until the 2024 edition)
  • it skips the "trying to release an already released lock" assertion when AssertionType.USER is configured to be skipped.
  • moves some hardcoded options from the svcomp runner to the option file

Signed-off-by: Hernan Ponce de Leon <hernanl.leon@huawei.com>
Copy link
Collaborator

@ThomasHaas ThomasHaas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hernanponcedeleon hernanponcedeleon merged commit c128407 into development Nov 2, 2024
1 check passed
@hernanponcedeleon hernanponcedeleon deleted the svcomp2025 branch November 2, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants