]> git.lizzy.rs Git - rust.git/commit
Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoerister
authorbors <bors@rust-lang.org>
Tue, 19 Jan 2021 19:36:41 +0000 (19:36 +0000)
committerbors <bors@rust-lang.org>
Tue, 19 Jan 2021 19:36:41 +0000 (19:36 +0000)
commitc5a96fb7973649807a7943e7395456db158dcab6
tree075328f299627a0d421895efa06e27f15cb3bb48
parentcf04ae54e680c0b28e8311459cb8fd11315485a0
parent09067db8a0098861c0ba03ead3cbb49579e9a055
Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoerister

Serialize dependency graph directly from DepGraph

Reduce memory usage by serializing dep graph directly from `DepGraph`,
rather than copying it into `SerializedDepGraph` and serializing that.
compiler/rustc_query_system/src/dep_graph/graph.rs