• M
    PGO for LLVM builds on x86_64-unknown-linux-gnu in CI · 451abd31
    Mark Rousskov 提交于
    This shows up to 5% less instruction counts on multiple benchmarks, and up to
    19% wins on the -j1 wall times for rustc self-compilation.
    
    We can afford to spend the extra cycles building LLVM essentially once more for
    the x86_64-unknown-linux-gnu CI build today. The builder finishes in around 50
    minutes on average, and this adds just 10 more minutes. Given the sizeable
    improvements in compiler performance, this is definitely worth it.
    451abd31
config.rs 41.4 KB