-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Update smallvec
to 1.8.1.
#98558
Update smallvec
to 1.8.1.
#98558
Conversation
This pulls in servo/rust-smallvec#282, which gives some small wins for rustc.
I updated all
I.e. the main |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 7c40661 with merge 43338faa312f7b56a93af08d11283d80898f6b26... |
☀️ Try build successful - checks-actions |
Queued 43338faa312f7b56a93af08d11283d80898f6b26 with parent c80c4b8, future comparison URL. |
Finished benchmarking commit (43338faa312f7b56a93af08d11283d80898f6b26): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Footnotes |
Perf results are as expected: a win for |
miri and the rest are presumably all git submodules, so their |
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } | ||
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a source change, checking off on rustc_apfloat
✔️.
IIUC miri and the rest of the submodules will have their lockfiles updated when they next updated the tracked commit, and then merge the regenerated file before updating the submodules here. Not sure about cranelift, but it's probably similar. @bors r+ rollup=never |
📌 Commit 7c40661 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (66c83ff): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
This pulls in servo/rust-smallvec#282, which
gives some small wins for rustc.
r? @lqd