1
Fork 0
rust/compiler/rustc_query_system/src/dep_graph
bors c5a96fb797 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.
2021-01-19 19:36:41 +00:00
..
debug.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
dep_node.rs Simplify DepNodeParams. 2021-01-08 17:29:49 +01:00
graph.rs Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoerister 2021-01-19 19:36:41 +00:00
mod.rs Use a side-table of consts instead of matching on the DepKind enum. 2021-01-08 17:48:02 +01:00
prev.rs Serialize dependency graph directly from DepGraph 2021-01-12 22:20:29 -08:00
query.rs rustc_query_system: use more space-efficient edges representation 2020-12-22 14:12:57 -08:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Serialize dependency graph directly from DepGraph 2021-01-12 22:20:29 -08:00

To learn more about how dependency tracking works in rustc, see the [rustc guide].