]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #46910 - alexcrichton:thinlto-default, r=michaelwoerister
authorbors <bors@rust-lang.org>
Mon, 25 Dec 2017 02:14:35 +0000 (02:14 +0000)
committerbors <bors@rust-lang.org>
Mon, 25 Dec 2017 02:14:35 +0000 (02:14 +0000)
rustc: Set release mode cgus to 16 by default

This commit is the next attempt to enable multiple codegen units by default in
release mode, getting some of those sweet, sweet parallelism wins by running
codegen in parallel. Performance should not be lost due to ThinLTO being on by
default as well.

Closes #45320

1  2 
src/librustc/session/mod.rs

Simple merge