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

Optimize how we run proofs with booster #2571

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

Conversation

ehildenb
Copy link
Member

@ehildenb ehildenb commented Aug 9, 2024

This turns on some flags by default that pass all the tests, and produce a nice speedup across the board for KEVM proofs (~ 15%). In particular:

  • We turn on --no-post-exec-simplify for the kore-rpc-booster, which tells it to not fallback to Kore for simplification at the end of execute requests.
  • We turn off fallback on Branching, only continuing to fallback on Aborted and Stuck reasons.
  • We update the specs in tests/specs/examples/... to remove the references to klabel that are no longer valid.

@ehildenb ehildenb self-assigned this Aug 9, 2024
@ehildenb
Copy link
Member Author

ehildenb commented Aug 9, 2024

Perhaps subsumed by: runtimeverification/haskell-backend#4020

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.

2 participants