-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Encode even more metadata through tables instead of EntryKind #94883
Conversation
r? @oli-obk (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 124a831e3dae8f95bb0d380dc5b4cf19e1c2b953 with merge 38f0a98fa5e7091be82d53b7ad7984c9eed5b679... |
☀️ Try build successful - checks-actions |
Queued 38f0a98fa5e7091be82d53b7ad7984c9eed5b679 with parent f8a29bd, future comparison URL. |
Finished benchmarking commit (38f0a98fa5e7091be82d53b7ad7984c9eed5b679): comparison url. Summary: This benchmark run did not return any relevant results. 1 results were found to be statistically significant but too small to be relevant. 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 |
☔ The latest upstream changes (presumably #94963) made this pull request unmergeable. Please resolve the merge conflicts. |
sorry this slipped through my review queue... r=me after a rebase. |
@bors r=oli-obk |
📌 Commit 13294b335e34a95c15c7b352a2ae357b7abac3c5 has been approved by |
⌛ Testing commit 13294b335e34a95c15c7b352a2ae357b7abac3c5 with merge 58c5362ac096969282bd3af8564122183f179a41... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #95436) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors retry could not resolve host |
@bors r+ |
📌 Commit 15b2d1a has been approved by |
⌛ Testing commit 15b2d1a with merge 6f56546f5c42f74ff96aa48dc525b529b6a6a583... |
💥 Test timed out |
@bors retry |
⌛ Testing commit 15b2d1a with merge be494154138fb8ee7d0efbe1eedfbb8ceecde9e4... |
💥 Test timed out |
@bors retry timeout |
☀️ Test successful - checks-actions |
Finished benchmarking commit (eb82fac): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
This should move us closer to getting rid of
EntryKind
.