mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-31 10:55:31 +00:00
rustc_metadata: dedupe strings to prevent multiple copies in rmeta/query cache blow file size r? `@cjgillot` Encodes strings in rmeta/query cache so duplicated ones will be encoded as offsets to first strings, reducing file size.
For more information about how the query system works, see the rustc dev guide.