Add fixme
This commit is contained in:
parent
e70cafec4e
commit
cdbf19a6fb
1 changed files with 1 additions and 0 deletions
|
@ -1204,6 +1204,7 @@ impl<D: Deps> CurrentDepGraph<D> {
|
||||||
),
|
),
|
||||||
anon_node_to_index: Sharded::new(|| {
|
anon_node_to_index: Sharded::new(|| {
|
||||||
FxHashMap::with_capacity_and_hasher(
|
FxHashMap::with_capacity_and_hasher(
|
||||||
|
// FIXME: The count estimate is off as anon nodes are only a portion of the nodes.
|
||||||
new_node_count_estimate / sharded::shards(),
|
new_node_count_estimate / sharded::shards(),
|
||||||
Default::default(),
|
Default::default(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue