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

Stop sorting const functions differently #450

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Oct 31, 2024

Now that we eagerly call hax_def on the items of the crate, the order in which we translate items doesn't matter anymore. I'm therefore removing the process that sorted const fns before other items to avoid stealing issues.

There does remain work to be done before we can properly handle after_analysis stealing all the mir_builts though.

Now that we call `hax_def` to explore the crate, we eagerly evaluate
constant-level things anyway.
@Nadrieril Nadrieril merged commit 8ba2b9b into AeneasVerif:main Oct 31, 2024
6 checks passed
@Nadrieril Nadrieril deleted the no-sort-const-fns branch October 31, 2024 18:54
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