rust/compiler/rustc_query_system
Tyson Nottingham f6d6b0c96d rustc_query_system: share previous graph data with current graph
Reduce memory consumption by taking advantage of red/green algorithm
properties to share the previous dependency graph's node data with the
current graph instead of storing node data redundantly. Red nodes can
share the `DepNode`, and green nodes can share the `DepNode` and
`Fingerprint`. Edges will be shared when possible in a later change.
2020-12-22 14:12:57 -08:00
..
src rustc_query_system: share previous graph data with current graph 2020-12-22 14:12:57 -08:00
Cargo.toml update the version of itertools and parking_lot 2020-09-12 08:26:53 +02:00