rust/src/librustc/driver
Björn Steinbrink 075560a9f2 Free intermediate translation results as soon as possible
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
2013-07-28 20:02:31 +02:00
..
driver.rs Free intermediate translation results as soon as possible 2013-07-28 20:02:31 +02:00
mod.rs librustc: De-export driver. rs=deexport 2013-01-29 15:16:43 -08:00
session.rs Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. 2013-07-22 15:35:28 +02:00