rustdoc: use dyn Fn in run_test to avoid monomorphization bloat#149227
rustdoc: use dyn Fn in run_test to avoid monomorphization bloat#149227lolbinarycat wants to merge 1 commit intorust-lang:mainfrom
Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
rustdoc: use dyn Fn in run_test to avoid monomorphization bloat
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (bd12758): comparison URL. Overall result: no relevant changes - no action neededBenchmarking 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. @bors rollup=never Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -1.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.1%, secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 474.164s -> 470.512s (-0.77%) |
I wrote a little program to evaluate monomorphization bloat, and it said this could save several kB alone, I'm curious what perf would look like on this.