]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #25703 - eddyb:lazier-loads, r=pnkfelix
authorOliver Schneider <github6541940@oli-obk.de>
Sat, 23 May 2015 17:03:19 +0000 (19:03 +0200)
committerOliver Schneider <github6541940@oli-obk.de>
Sat, 23 May 2015 17:03:19 +0000 (19:03 +0200)
Reduces pre-trans heap baseline (tested on `fn main() {}`) from 1.2MB to 696kB.
Most of the remaining allocations are used by imported macros.
While it might be possible to also load macros lazily, doing so is non-trivial and this PR doesn't tackle that.


Trivial merge