use adt_const_params to make simplify_type faster#109127
use adt_const_params to make simplify_type faster#109127compiler-errors wants to merge 1 commit intorust-lang:masterfrom
adt_const_params to make simplify_type faster#109127Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
|
⌛ Trying commit 89821b7 with merge 8d127c55ce4de355b4b87827625ae5f10fdae1fe... |
|
☀️ Try build successful - checks-actions |
1 similar comment
|
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (8d127c55ce4de355b4b87827625ae5f10fdae1fe): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
Attempt to speed up #109097 (comment)
😨 I know it's an incomplete feature -- if this turns out to be a perf improvement, then I can try to do something like
NestedFilterto avoid the feature.r? @ghost