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
..
2020-12-17 11:55:49 -08:00
2020-12-17 11:43:55 +09:00
2020-12-17 17:08:18 +01:00
2020-12-20 13:11:07 +01:00
2020-12-14 22:00:46 -05:00
2020-12-18 15:27:28 -05:00
2020-12-17 16:40:47 +00:00
2020-12-20 00:00:00 +00:00
2020-12-19 15:16:03 +09:00
2020-12-18 15:22:51 -05:00
2020-12-19 07:13:36 -06:00
2020-12-12 19:18:44 +03:00
2020-12-19 04:32:50 +00:00
2020-12-17 11:43:55 +09:00
2020-12-18 15:22:51 -05:00
2020-12-20 07:01:00 +00:00
2020-12-14 17:27:27 -08:00
2020-12-18 22:13:25 +09:00
2020-12-22 10:32:03 +00:00
2020-12-22 10:32:03 +00:00
2020-12-16 10:31:42 +00:00
2020-12-17 15:20:45 -08:00
2020-12-17 11:44:03 +09:00
2020-12-22 19:02:28 +00:00
2020-12-21 13:12:36 +00:00
2020-12-22 10:32:03 +00:00
2020-12-19 07:13:36 -06:00
2020-12-19 04:32:50 +00:00
2020-12-22 14:12:57 -08:00
2020-12-20 23:55:03 +01:00
2020-12-17 11:44:08 +09:00
2020-12-18 16:22:07 +01:00
2020-12-18 15:27:28 -05:00
2020-12-16 10:41:07 +01:00
2020-12-19 20:37:51 -05:00
2020-12-18 15:27:28 -05:00
2020-12-12 16:13:06 +01:00
2020-12-22 00:20:14 +00:00