-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Significant increase in compilation time on new version #91830
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-untriagedUntriaged performance or correctness regression.Untriaged performance or correctness regression.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-untriagedUntriaged performance or correctness regression.Untriaged performance or correctness regression.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I noticed that there is a dramatic increase in time with each update.
rustc 1.59.0-nightly (928783d 2021-12-11) (or 1.57.0 ~)
Finished release [optimized] target(s) in 25m 28s
opt-level=sFinished release [unoptimized] target(s) in 24m 45s
opt-level=0(in docker 1.56.0)
Finished release [unoptimized] target(s) in 9m 45s
opt-level=0Finished release [unoptimized] target(s) in 8m 42s
opt-level=0Finished release [optimized] target(s) in 10m 16s
opt-level=s#91809 (comment)