mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
468887ef91
Lazily decode SourceFile from metadata Currently, source files from foreign crates are decoded up-front from metadata. Spans from those crates were matched with the corresponding source using binary search among those files. This PR changes the strategy by matching spans to files during encoding. This allows to decode source files on-demand, instead of up-front. The on-disk format for spans becomes: `<tag> <position from start of file> <length> <file index> <crate (if foreign file)>`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |