Skip to content
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

Remove ArenaCacheSelector for visible_parent_map query #92168

Closed
wants to merge 1 commit into from

Conversation

In-line
Copy link
Contributor

@In-line In-line commented Dec 21, 2021

No description provided.

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Dec 21, 2021
@rust-highfive
Copy link
Collaborator

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 21, 2021
@In-line
Copy link
Contributor Author

In-line commented Dec 21, 2021

Please, kindly schedule a perf run, in accordinness with #87349 (comment)

@Mark-Simulacrum
Copy link
Member

@bors try @rust-timer queue

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Dec 21, 2021
@bors
Copy link
Contributor

bors commented Dec 21, 2021

⌛ Trying commit c44eee3 with merge 0c93ad62f49d9243ff8ffe7841f87266d31fd1ff...

@bors
Copy link
Contributor

bors commented Dec 21, 2021

☀️ Try build successful - checks-actions
Build commit: 0c93ad62f49d9243ff8ffe7841f87266d31fd1ff (0c93ad62f49d9243ff8ffe7841f87266d31fd1ff)

@rust-timer
Copy link
Collaborator

Queued 0c93ad62f49d9243ff8ffe7841f87266d31fd1ff with parent 8ad3c1d, future comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (0c93ad62f49d9243ff8ffe7841f87266d31fd1ff): comparison url.

Summary: This change led to moderate relevant improvements 🎉 in compiler performance.

  • Moderate improvement in instruction counts (up to -2.6% on incr-patched: println builds of regression-31157)

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 led to changes in compiler perf.

@bors rollup=never
@rustbot label: +S-waiting-on-review -S-waiting-on-perf -perf-regression

@rustbot rustbot removed the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Dec 22, 2021
@In-line
Copy link
Contributor Author

In-line commented Dec 22, 2021

Surprising results, that DefIdMap cloning has lower performance cost, than Lrc wrapper. What do you think @Mark-Simulacrum ?

@Mark-Simulacrum
Copy link
Member

@bors try @rust-timer queue

I think this might've been some amount of noise when it was run, so let's re-check just in case.

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jan 5, 2022
@bors
Copy link
Contributor

bors commented Jan 5, 2022

⌛ Trying commit c44eee3 with merge fa5f57f91c3963cd17ff478dd1f40cc7b2e14f98...

@bors
Copy link
Contributor

bors commented Jan 5, 2022

☀️ Try build successful - checks-actions
Build commit: fa5f57f91c3963cd17ff478dd1f40cc7b2e14f98 (fa5f57f91c3963cd17ff478dd1f40cc7b2e14f98)

@rust-timer
Copy link
Collaborator

Queued fa5f57f91c3963cd17ff478dd1f40cc7b2e14f98 with parent 5883b87, future comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (fa5f57f91c3963cd17ff478dd1f40cc7b2e14f98): comparison url.

Summary: This benchmark run did not return any relevant changes.

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 led to changes in compiler perf.

@bors rollup=never
@rustbot label: +S-waiting-on-review -S-waiting-on-perf -perf-regression

@rustbot rustbot removed the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jan 5, 2022
@Mark-Simulacrum
Copy link
Member

Closing in favor of #92169.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants