You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…_with_default_with_other_ctors, r=phansch
mem_replace_with_default: recognize some std library ctors
fixesrust-lang#6562
changelog: mem_replace_with_default: recognize some common constructors equivalent to `Default::default()`
This is mostly spend during the LLVM passes, specifically this breakdown:
That is over 10 minutes of time. And yes, over 5 minutes of it is spent doing Loop Invariant Code Motion.
Part of #6819
The text was updated successfully, but these errors were encountered: