You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When checking veriasm in my laptop, Flux spends 12s in this call
flux/crates/flux-driver/src/callbacks.rs
Line 90 in 50e349d
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.
The text was updated successfully, but these errors were encountered: