]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #59626 - nnethercote:DepGraph-1.02x, r=Zoxc
authorbors <bors@rust-lang.org>
Mon, 15 Apr 2019 07:12:16 +0000 (07:12 +0000)
committerbors <bors@rust-lang.org>
Mon, 15 Apr 2019 07:12:16 +0000 (07:12 +0000)
Reduce the `DepNode` pre-allocation ratio.

A code size of increase of 15% is overly generous. 2% is more realistic.

This change reduces peak memory size by 20+ MiB on some workloads.

r? @Zoxc


Trivial merge