-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Revert "Assume slice len is bounded by allocation size" #77771
Conversation
r? @kennytm (rust_highfive has picked a reviewer for you, use r? to override) |
r=me, but looks like other stuff started using the features so we'll need to retain them |
rust-lang#77023 (comment) suggests that the original PR introduced a significant perf regression. This reverts commit e44784b / rust-lang#77023.
Huh, I force pushed but github is taking its time catching it... |
@bors r=Mark-Simulacrum |
📌 Commit 54a5608 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
perf results on landing are about as expected; a small win. There are some regressions too but nothing too large and on recently-added benchmarks. I would not worry about them right now.
|
#77023 (comment)
suggests that the original PR introduced a significant perf regression.
This reverts commit e44784b / #77023.
cc @HeroicKatora