various cleanups of rustc_builtin_macros - #161464
Conversation
|
Some changes occurred in compiler/rustc_builtin_macros/src/autodiff.rs cc @ZuseZ4 |
|
r? @mati865 rustbot has assigned @mati865. Use Why was this reviewer chosen?The reviewer was selected based on:
|
There was a problem hiding this comment.
Looks good. I don't expect perf changes but just to be sure: @bors try @rust-timer queue
This comment has been minimized.
This comment has been minimized.
various cleanups of `rustc_builtin_macros`
|
That didn't work. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (968c228): comparison URL. Overall result: ❌ regressions - 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 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)This perf run didn't have relevant results for this metric. CyclesThis perf run didn't have relevant results for this metric. Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 468.927s -> 468.523s (-0.09%) |
|
Very minor instruction count regressions but concentrated around a single benchmark, so likely not a random noise. Perhaps caused by smallvec? @rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
|
The smallvec change only applies to the derive macro infra though, and |
|
Let's retry because I don't see how it could have happened either. |
This comment has been minimized.
This comment has been minimized.
|
@bors try |
This comment has been minimized.
This comment has been minimized.
various cleanups of `rustc_builtin_macros`
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (5e2a395): comparison URL. Overall result: ❌✅ regressions and improvements - no action neededBenchmarking means the PR may be perf-sensitive. Consider adding rollup=never if this change is not fit for rolling up. @rustbot label: -S-waiting-on-perf -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 -0.4%, secondary 0.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 sizeResults (primary -0.0%, secondary -0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 477.576s -> 471.375s (-1.30%) |
|
Weirdly enough, the regression is gone. @bors r+ |
|
@bors rollup |
…uwer Rollup of 5 pull requests Successful merges: - #161328 (Enforce even more library clippy lints in CI) - #161684 (Replace `Allocator + Clone` with `AllocatorClone` in btree) - #159232 (Don't list escaping bound regions in nested `for<...>` binders of E0308 notes) - #161464 (various cleanups of `rustc_builtin_macros`) - #161774 (Add codegen test for disjunction fed to unreachable_unchecked)
Rollup merge of #161464 - cyrgani:builtin_macros_clean, r=mati865 various cleanups of `rustc_builtin_macros` Each commit should be reviewable on its own.
View all comments
Each commit should be reviewable on its own.