-
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
Tentatively inline(always) the trivial Into::into #102370
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit df0ffa3705c164b43832a5fd660f9699c6431836 with merge 50176d3628c97ec5a756307cb74225a71518cdb4... |
☀️ Try build successful - checks-actions |
Queued 50176d3628c97ec5a756307cb74225a71518cdb4 with parent 57ee5cf, future comparison URL. |
Finished benchmarking commit (50176d3628c97ec5a756307cb74225a71518cdb4): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDBenchmarking 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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Footnotes |
actually after some discussion it seems this should not be done, because |
Consider trying this with just |
we can try... but ideally this would inline as much as the underlying |
Re-perfing without the @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit f197ac9 with merge 6ebe066db9f7ac6202dcae347319d205be8ab18e... |
☀️ Try build successful - checks-actions |
Queued 6ebe066db9f7ac6202dcae347319d205be8ab18e with parent 90c34fa, future comparison URL. |
Finished benchmarking commit (6ebe066db9f7ac6202dcae347319d205be8ab18e): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDBenchmarking 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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
we wanna say that looks worse tho we're not good at reading these. would be nice to have a proper top-down inlining pass so that |
For similar concerns about |
ugh, we wish we could somehow make the compiler simply "resolve" this or like. anything that would make this easier to pull off. |
we'll be closing this for now we guess. |
I think we should reopen this one (the |
#100733 looked exciting, maybe this also does something.