-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Iterator performance regression 1.81 -> 1.82 #137727
Labels
C-bug
Category: This is a bug.
P-medium
Medium priority
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
I wonder if this is somehow related to #132636? |
so this might be @rustbot label -E-needs-bisection |
This sounds like llvm/llvm-project#81689 to me. |
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-medium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
P-medium
Medium priority
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
I tried this code:
I expected to see this happen: code behaves the same across compiler versions
Instead, this happened: code runs 80% slower when compiled with Rust 1.82+
Version it worked on
It most recently worked on: Rust 1.81
Version with regression
rustc --version --verbose
:More details in this post
https://internals.rust-lang.org/t/iterator-performance-regression-1-81-1-82/22473
The text was updated successfully, but these errors were encountered: