mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
bd4a96a12d
Use a lock-free datastructure for source_span follow up to the perf regression in https://github.com/rust-lang/rust/pull/105462 The main regression is likely the CStore, but let's evaluate the perf impact of this on its own