]> git.lizzy.rs Git - rust.git/commit
auto merge of #8092 : dotdash/rust/peak_mem, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 28 Jul 2013 18:04:27 +0000 (11:04 -0700)
committerbors <bors@rust-lang.org>
Sun, 28 Jul 2013 18:04:27 +0000 (11:04 -0700)
commit85b55131bebb5f485fa94c9b786ef76b7e01c32f
tree39e316c51ead89963fc57839067d3af5cd6943a1
parent293ec2c5820e8b5dc4394e2c11ad3d2e9cfb56eb
parent075560a9f2f715ac0e599a13d26d1a910be36509
auto merge of #8092 : dotdash/rust/peak_mem, r=alexcrichton

This fixes the recently introduced peak memory usage regression by
freeing the intermediate results as soon as they're not required
anymore instead of keeping them around for the whole compilation
process.

Refs #8077