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

Slow BarrettReduction? #1837

Open
JasonGross opened this issue Mar 19, 2024 · 0 comments
Open

Slow BarrettReduction? #1837

JasonGross opened this issue Mar 19, 2024 · 0 comments

Comments

@JasonGross
Copy link
Collaborator

Surely

 destruct q_nice_strong with (b:=b) (k:=k) (m:=mu) (offset:=1) (a:=x) (n:=M) as [cond Hcond];
        eauto using Z.lt_gt with zarith.

was not taking 95 seconds when we first wrote that line, and something is going wrong?

Originally posted by @JasonGross in coq/coq#18818 (comment)

{ destruct q_nice_strong with (b:=b) (k:=k) (m:=mu) (offset:=1) (a:=x) (n:=M) as [cond Hcond];
eauto using Z.lt_gt with zarith. }

Is it just the bench machine that is slow, I see
0m15.19s | 520360 ko | Arithmetic/BarrettReduction.vo
in 9584e6c

CI dev says
1m38.92s | 774816 ko | Arithmetic/BarrettReduction.vo
but I can't find logs that stretch back far enough to see if it was always that way.

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