[perf] Re-monomorphize FnMutDelegate#142702
[perf] Re-monomorphize FnMutDelegate#142702compiler-errors wants to merge 1 commit intorust-lang:masterfrom
FnMutDelegate#142702Conversation
|
@bors2 try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
[perf] Re-monomorphize `FnMutDelegate` I'm curious if perf has changed since #101857, since I see `FnMutDelegate` a lot in perf traces in the new solver. As noted in #99730 (comment), I'll pay attention to the bootstrap times too.
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (313e691): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient 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.2%, secondary 2.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -0.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 692.944s -> 704.561s (1.68%) |
|
Interesting how this affects bootstrap (+1.676%). |
I'm curious if perf has changed since #101857, since I see
FnMutDelegatea lot in perf traces in the new solver.As noted in #99730 (comment), I'll pay attention to the bootstrap times too.