Uh oh!
There was an error while loading. Please reload this page.
Revert "Assume slice len is bounded by allocation size" - #77771
Merged
Conversation
rust-highfive
commented
Oct 9, 2020
Contributor
r? @kennytm (rust_highfive has picked a reviewer for you, use r? to override) |
nagisa
commented
Oct 9, 2020
MemberAuthor
Mark-Simulacrum
commented
Oct 9, 2020
Member
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.
nagisa
commented
Oct 9, 2020
MemberAuthor
Huh, I force pushed but github is taking its time catching it... |
nagisa
commented
Oct 9, 2020
MemberAuthor
@bors r=Mark-Simulacrum |
bors
commented
Oct 9, 2020
Collaborator
📌 Commit 54a5608 has been approved by |
bors
commented
Oct 10, 2020
Collaborator
bors
commented
Oct 10, 2020
Collaborator
☀️ Test successful - checks-actions, checks-azure |
Mark-Simulacrum
commented
Oct 13, 2020
Member
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.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#77023 (comment)
suggests that the original PR introduced a significant perf regression.
This reverts commit e44784b / #77023.
cc @HeroicKatora