From: Mazdak Farrokhzad Date: Sun, 1 Sep 2019 09:39:28 +0000 (+0200) Subject: Rollup merge of #64032 - andjo403:codegen-units, r=Mark-Simulacrum X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=6eadfc34591ff477b7dbfea44738c9eaccc83e92;p=rust.git Rollup merge of #64032 - andjo403:codegen-units, r=Mark-Simulacrum rustdoc use -Ccodegen-units=1 by default for test compile as the test is small we do not want split up in multiple codegen units and also as there is multiple test running at the same time this will reduce the number of concurrent threads tested the test time with `./x.py test src/libcore --doc` for my 16 core 32 thread cpu i get about 6% faster execution and my 2 core 4 thread cpu I get about 10% faster execution cc #63638 r? @Mark-Simulacrum --- 6eadfc34591ff477b7dbfea44738c9eaccc83e92