We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DepNode
1 parent eab3eb3 commit 6c9867dCopy full SHA for 6c9867d
src/librustc/dep_graph/graph.rs
@@ -993,7 +993,7 @@ impl CurrentDepGraph {
993
// Pre-allocate the dep node structures. We over-allocate a little so
994
// that we hopefully don't have to re-allocate during this compilation
995
// session.
996
- let new_node_count_estimate = (prev_graph_node_count * 115) / 100;
+ let new_node_count_estimate = (prev_graph_node_count * 102) / 100;
997
998
CurrentDepGraph {
999
data: IndexVec::with_capacity(new_node_count_estimate),
0 commit comments