A couple polonius constraints perf improvements - #163027
Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
A couple polonius constraints perf improvements
This comment has been minimized.
This comment has been minimized.
|
Disclosure: An LLM was used to identify this perf effect and to check the performance of the solution. |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (1d91cb4): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. @bors rollup=never rustc-perf Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -2.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 33.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.0%, secondary -0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 497.193s -> 495.146s (-0.41%) |
e33180d to
c690179
Compare
|
@bors r=lqd |
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing bba5310 (parent) -> d287eb7 (this PR) Test differencesShow 4 test diffs4 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard d287eb7a292caa8abbe12051dce2ee707fe03200 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (d287eb7): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 2.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis perf run didn't have relevant results for this metric. Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 496.585s -> 503.997s (1.49%) |
These give some nice wins in situations where traversal dominates, independent of the lazy liveness change. (This does conflict but the changes are conceptually independent.)
r? lqd
LLM-generated perf summary table