-
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
BTree: restore 64 bit initialization speed through fieldial distancing #82247
Conversation
|
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit f61a84a with merge 51dfc29565d20b938c4c0206cf41f40215eec0f9... |
☀️ Try build successful - checks-actions |
Queued 51dfc29565d20b938c4c0206cf41f40215eec0f9 with parent 9b471a3, future comparison URL. |
Finished benchmarking try commit (51dfc29565d20b938c4c0206cf41f40215eec0f9): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
Benchmark results (both direct and via perf) don't look exactly positive to me; do you feel differently? That seems indicative of this not actually addressing the problem. Ultimately the regression on #81494 doesn't seem bad enough to justify complexity like this PR adds. I am inclined to close, personally, and stop investigating further - it seems like the differences are subtle and likely not readily explainable. |
I don't know what these comparisons represent, what you're looking at, and I only ever see changes within the 1-3% variance cited in the report. The comparison for this PR looks even more bland than the others I see passing by. In the microbenchmarks, on my machine, avoiding Obviously avoiding the problem in btree doesn't actually address it. Assuming that there is a problem, that there is no intention to generate different instructions targeting stack or heap, and that the different instructions are a genuine hindrance on other CPUs than mine. |
Second pass of #82226 to counter #81494.
r? @Mark-Simulacrum