Running rustc -vV
is slow
#49761
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-compiler-performance
Working group: Compiler Performance
Hi! At Cargo, we are observing a regression in no-op builds from 1.18.0 to current stable. Looks like a significant portion of slowness can be attributed to regression in
rustc
itself. In particular, Cargo invokesand
commands, and they both appear to have become significantly slower over time:
The text was updated successfully, but these errors were encountered: