rust/compiler/rustc_incremental/src
bors 3ef8e64ce9 Auto merge of #139758 - Zoxc:thread-local-graph, r=oli-obk
Use thread local dep graph encoding

This adds thread local encoding of dep graph nodes. Each thread has a `MemEncoder` that gets flushed to the global `FileEncoder` when it exceeds 64 kB. Each thread also has a local cache of dep indices. This means there can now be empty gaps in `SerializedDepGraph`.

Indices are marked green and also allocated by the new atomic operation `DepNodeColorMap::try_mark_green` as the encoder lock is removed.
2025-05-07 12:39:54 +00:00
..
persist Use thread local dep graph encoding 2025-05-01 10:20:31 +02:00
assert_dep_graph.rs Rename graph::implementation::Graph to LinkedGraph 2025-05-06 14:35:06 +10:00
errors.rs Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10:00
lib.rs Remove recursion_limit increases. 2025-04-02 16:25:27 +11:00