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
Auto merge of #64850 - Mark-Simulacrum:dedup-dep-node, r=<try>
Remove duplicate DepNode::new
Locally this shaves off about 3 seconds of compile time for librustc, which while not much, is something for a simple PR like this.
Code is merely duplicated up from the main `DepNode::new` body.
Across 3 runs for each branch I obtained these times for compiling librustc:
master: 286.244, 285.208, 303.577
this branch: 282.175, 281.891, 282.968
r? @michaelwoerister
0 commit comments