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

Misc fixes #3235

Merged
merged 13 commits into from
Apr 8, 2024
Merged

Misc fixes #3235

merged 13 commits into from
Apr 8, 2024

Conversation

mtzguido
Copy link
Member

@mtzguido mtzguido commented Apr 7, 2024

Many of them are only internal, just tidying and refactoring.

The main change here is skipping the normalization/simplification of VCs when we are not verifying the module. This saves a lot of time in some particular examples such as:

let _ = assert (norm (slow ()))

since the norm (slow ()) term appears in the VC, has to be normalized even if this is in lax mode. It is still bad that the term is duplicated, but that's for a future PR.

There is also a fix for #3234. Removed as it triggers a regression in HACL* due to some functions now reducing and taking too long.

Testing everest locally before merging.

@mtzguido
Copy link
Member Author

mtzguido commented Apr 8, 2024

Got a green after removing the fix for 3234. Merging.

@mtzguido mtzguido merged commit 695c472 into FStarLang:master Apr 8, 2024
2 checks passed
@mtzguido mtzguido deleted the misc branch April 8, 2024 02:32
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.

1 participant