experiment: remove lower_to_hir query#158024
Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
experiment: remove `lower_to_hir` query
This comment has been minimized.
This comment has been minimized.
experiment: remove `lower_to_hir` query
This comment has been minimized.
This comment has been minimized.
|
@bors try cancel |
|
@aerooneqq: 🔑 Insufficient privileges: not in try users |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (f22d6a3): comparison URL. Overall result: ❌✅ regressions and improvements - please read:Benchmarking 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. Next, please: If you can, justify the regressions found in this try perf run in writing along with @bors rollup=never 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 0.6%, secondary 4.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.3%, secondary 2.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 523.739s -> 523.785s (0.01%) |
This reverts commit c12d469.
This comment has been minimized.
This comment has been minimized.
5e7d35f to
257f1f1
Compare
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
experiment: remove `lower_to_hir` query
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (ce2be8c): comparison URL. Overall result: ❌✅ regressions and improvements - please read:Benchmarking 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. Next, please: If you can, justify the regressions found in this try perf run in writing along with @bors rollup=never 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 -0.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -1.2%, secondary 1.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 482.613s -> 481.294s (-0.27%) |
The idea is that we have
hir_ownerquery andhir_attr_mapwhich can be called projections oflower_to_hirmaybe some improvements iflower_to_hiris removed and those projection queries are used directly.r? @petrochenkov