]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #25710 - Manishearth:no_decorator_clone, r=sfackler
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)
commit04fe212e1fff479c99297880d13749aa513c0aa2
tree50274d3459a6223dc86544209796e31fb4e54c0b
parentd5985d3036a62ceb6451cdfdfe2a0fdc6e46765d
parent6bc5a924842b6b6ef5607dd90b8045ef5489e536
Rollup merge of #25710 - Manishearth:no_decorator_clone, r=sfackler

fixes #25683

I have a very nonscientific measurement of the data via valgrind/massif [here](https://gist.github.com/Manishearth/4c47f15f6835cb3957c4)

I measured the memory usage for both --pretty=expanded and -Z no-trans

It *seems* like there's a 20-25MB decrease during expansion on stage2 librustc; but I'm not quite sure.

r? @eddyb

(have not yet run tests, but it compiles fine, might want to wait before giving r+)

cc @nrc @huon