rust/src/librustc/metadata
Alex Crichton cced02fcac rustc: Don't read both rlib and dylib metadata
This is an optimization which is quite impactful for compiling small crates.
Reading libstd's metadata takes about 50ms, and a hello world before this change
took about 100ms (this change halves that time).

Recent changes made it such that this optimization wasn't performed, but I think
it's a better idea do to this for now. See #10786 for tracking this issue.
2014-04-08 00:03:11 -07:00
..
common.rs metadata: common: remove dead code 2014-04-01 10:17:32 -04:00
creader.rs rustc: Never register syntax crates in CStore 2014-04-08 00:03:11 -07:00
csearch.rs auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson 2014-04-03 18:41:45 -07:00
cstore.rs rustc: Use CStore, not a separate crate cache 2014-04-08 00:03:11 -07:00
decoder.rs Register new snapshots 2014-04-08 00:03:11 -07:00
encoder.rs Register new snapshots 2014-04-08 00:03:11 -07:00
filesearch.rs Register new snapshots 2014-04-08 00:03:11 -07:00
loader.rs rustc: Don't read both rlib and dylib metadata 2014-04-08 00:03:11 -07:00
mod.rs
tydecode.rs Register new snapshots 2014-04-08 00:03:11 -07:00
tyencode.rs rustc: remove ty_unboxed_vec. 2014-04-06 14:05:32 +03:00