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
..
2014-04-08 00:03:11 -07:00
2014-04-08 00:03:11 -07:00
2014-04-08 00:03:11 -07:00
2014-04-08 00:03:11 -07:00
2014-04-06 14:05:32 +03:00