]> git.lizzy.rs Git - rust.git/commit
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)
commitae65dcc30f421fd91b9e2d67cf77c86bfb20ee3a
tree1def725de9caec8b581134de5767df86013c1711
parenta834b861788712ec54fb17beb03132416da03dd2
parentb5361d0d41871874926bd489b8dc014a016c3f52
Auto merge of #46910 - alexcrichton:thinlto-default, r=michaelwoerister

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
src/librustc/session/mod.rs