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

Add DDVerify models and benchmarks #26

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

Add DDVerify models and benchmarks #26

wants to merge 25 commits into from

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Apr 11, 2022

This imports DDVerify from http://www.cprover.org/ddverify/.

TODO

  • Remove concurrency stubs (pthread, spinlock, semaphore, mutex).
  • Generate main harnesses for all 31 drivers.
  • Remove seq1 and con2 models? Or at least extract common model.
  • Join thread before calling exit? Probably not, if exit should join everything on its own.
  • Spawn more than one thread? Possibly not, since multiple interrupts cannot run in parallel.

Problems

@sim642 sim642 added the new benchmark New benchmark to analyze label Apr 11, 2022
@sim642 sim642 self-assigned this Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new benchmark New benchmark to analyze
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants