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

Profile Flux #966

Open
nilehmann opened this issue Jan 6, 2025 · 0 comments
Open

Profile Flux #966

nilehmann opened this issue Jan 6, 2025 · 0 comments

Comments

@nilehmann
Copy link
Member

When checking veriasm in my laptop, Flux spends 12s in this call

flux_fhir_analysis::check_crate_wf(genv)?;

That call includes desugaring, sort checking, and conversion of all items but it does not include any refinement type checking. The time feels excessive since all the analyses before refinement type checking should be straightforward. It's not too terrible, but we could investigate. We'll likely find some very low-hanging fruit.

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

No branches or pull requests

1 participant