]> git.lizzy.rs Git - rust.git/commit
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)
commit1edb01b7afe758dc79740e72fb8b9909402c9620
treef677854cd24560985843ac2d581e9e7cd14e0744
parenta55f6be4286991437659acb8506466e8d637ac51
parent304a7be7a875e76a040bce0d1247d17d475e460a
Auto merge of #59626 - nnethercote:DepGraph-1.02x, r=Zoxc

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