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 OnHit callback from query caches. #107667

Merged
merged 2 commits into from Feb 6, 2023
Merged

Conversation

cjgillot
Copy link
Contributor

@cjgillot cjgillot commented Feb 4, 2023

This is not useful now that query results are Copy.

This is not useful now that query results are `Copy`.
@rustbot
Copy link
Collaborator

rustbot commented Feb 4, 2023

r? @estebank

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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. labels Feb 4, 2023
@cjgillot
Copy link
Contributor Author

cjgillot commented Feb 4, 2023

@bors try @rust-timer queue

@rust-timer

This comment has been minimized.

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

bors commented Feb 4, 2023

⌛ Trying commit 128f222 with merge 6bfad8b67b1174cd0b007e584a84abcf80619f6c...

@bors
Copy link
Contributor

bors commented Feb 4, 2023

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

@rust-timer

This comment has been minimized.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (6bfad8b67b1174cd0b007e584a84abcf80619f6c): comparison URL.

Overall result: ❌✅ regressions and improvements - ACTION NEEDED

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.

Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @rustbot label: +perf-regression-triaged along with sufficient written justification. If you cannot justify the regressions please fix the regressions and do another perf run. If the next run shows neutral or positive results, the label will be automatically removed.

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

Instruction count

This is a highly reliable metric that was used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
0.2% [0.2%, 0.3%] 2
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-0.3% [-0.5%, -0.3%] 10
Improvements ✅
(secondary)
-1.8% [-5.9%, -0.3%] 26
All ❌✅ (primary) -0.2% [-0.5%, 0.3%] 12

Max RSS (memory usage)

Results

This 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.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-3.9% [-4.4%, -3.4%] 4
Improvements ✅
(secondary)
-2.8% [-6.7%, -1.3%] 44
All ❌✅ (primary) -3.9% [-4.4%, -3.4%] 4

Cycles

Results

This 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.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
3.0% [2.6%, 3.5%] 2
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-3.4% [-4.1%, -2.6%] 2
All ❌✅ (primary) - - 0

@rustbot rustbot added perf-regression Performance regression. and removed S-waiting-on-perf Status: Waiting on a perf run to be completed. labels Feb 4, 2023
@cjgillot
Copy link
Contributor Author

cjgillot commented Feb 5, 2023

As @estebank is temporary out of the review rotation:
r? compiler

@rustbot rustbot assigned lcnr and unassigned estebank Feb 5, 2023
@Zoxc
Copy link
Contributor

Zoxc commented Feb 5, 2023

This looks good to me. The OnHit and OnMiss callbacks existed to better separate hot and cold paths. That isn't relevant anymore since the cold path moved to rustc_query_impl.

@lcnr
Copy link
Contributor

lcnr commented Feb 6, 2023

@bors r=lcnr,zoxc

@bors
Copy link
Contributor

bors commented Feb 6, 2023

📌 Commit 635ff8e has been approved by lcnr,zoxc

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 6, 2023
@bors
Copy link
Contributor

bors commented Feb 6, 2023

⌛ Testing commit 635ff8e with merge edd0d54378f677e9b190669558dc32811bbdad58...

@lcnr
Copy link
Contributor

lcnr commented Feb 6, 2023

@bors r=lcnr,Zoxc

@bors
Copy link
Contributor

bors commented Feb 6, 2023

💡 This pull request was already approved, no need to approve it again.

  • This pull request is currently being tested. If there's no response from the continuous integration service, you may use retry to trigger a build again.

@bors
Copy link
Contributor

bors commented Feb 6, 2023

📌 Commit 635ff8e has been approved by lcnr,Zoxc

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Feb 6, 2023

⌛ Testing commit 635ff8e with merge e7813fe...

@bors
Copy link
Contributor

bors commented Feb 6, 2023

☀️ Test successful - checks-actions
Approved by: lcnr,Zoxc
Pushing e7813fe to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Feb 6, 2023
@bors bors merged commit e7813fe into rust-lang:master Feb 6, 2023
@rustbot rustbot added this to the 1.69.0 milestone Feb 6, 2023
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (e7813fe): comparison URL.

Overall result: ✅ improvements - no action needed

@rustbot label: -perf-regression

Instruction count

This is a highly reliable metric that was used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-0.6% [-1.7%, -0.2%] 49
Improvements ✅
(secondary)
-2.0% [-5.9%, -0.3%] 36
All ❌✅ (primary) -0.6% [-1.7%, -0.2%] 49

Max RSS (memory usage)

Results

This 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.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
2.2% [2.2%, 2.2%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-2.8% [-3.2%, -2.3%] 3
All ❌✅ (primary) - - 0

Cycles

Results

This 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.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
2.7% [2.3%, 2.9%] 3
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) - - 0

@rustbot rustbot removed the perf-regression Performance regression. label Feb 6, 2023
@cjgillot cjgillot deleted the no-on-hit branch February 6, 2023 17:14
@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@nnethercote
Copy link
Contributor

FWIW, the post-merge perf run looks better than it should due to some favourable noise: the changes to keccak, cranelift-codegen, and tt-muncher are all just inverses of "regressions" seen in #107627.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.

None yet

9 participants