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

Improve proof speed of invntt_layer() #411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. Improve proof speed of invntt_layer()

    For this proof we tell CBMC to remove constraints that are not in the cone of
    influcence of the proof obligations using the "--slice-formula" option.
    
    Experiment shows this reduces proof time for this subprogram from about
    40s to about 12s on a developer's laptop.
    
    Signed-off-by: Rod Chapman <[email protected]>
    rod-chapman committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    12f9b68 View commit details
    Browse the repository at this point in the history