]> git.lizzy.rs Git - rust.git/commit
auto merge of #15418 : pnkfelix/rust/fsk-revise-VecPerParamSpace, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 5 Jul 2014 08:31:48 +0000 (08:31 +0000)
committerbors <bors@rust-lang.org>
Sat, 5 Jul 2014 08:31:48 +0000 (08:31 +0000)
commite0d3cf6b2a1db489520712f7e0a47874176c35de
tree81ea51b1f712635ea2984bb7134788de085a14f3
parentb00f4ec8f17e7007c9032114c5b0d0d50ab18522
parent4459fe3e5ef84bc25a93c7c388006465b157dab2
auto merge of #15418 : pnkfelix/rust/fsk-revise-VecPerParamSpace, r=pcwalton

In my informal measurements, this brings the peak memory usage when
building librustc from 1662M down to 1502M.  Since 1662 - 1502 = 160,
this may not recover the entirety of the observed memory regression
(250M) from PR #14604.  (However, according to my local measurements,
the regression when building librustc was more like 209M, so perhaps
this will still recover the lions share of the lost memory.)