]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #19549 : huonw/rust/middle-ty-2, r=nikomatsakis
authorbors <bors@rust-lang.org>
Mon, 29 Dec 2014 13:32:19 +0000 (13:32 +0000)
committerbors <bors@rust-lang.org>
Mon, 29 Dec 2014 13:32:19 +0000 (13:32 +0000)
This takes building `librustc/lib.rs` from using 696 MB to 588 (`rustc --no-trans`), and 1.99 GB to 1.87 (`rustc -O`). It also reduces `sty` down to 32 bytes on platforms with 64-bit pointers, at the expense of some more side-tables in `ctxt`. I'm sure there's more gains to be had from reducing the size of the side tables (e.g. by making the actual things they're storing smaller).

r? @nikomatsakis


Trivial merge