]> git.lizzy.rs Git - rust.git/commit
Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Mon, 11 Jul 2022 20:32:06 +0000 (20:32 +0000)
committerbors <bors@rust-lang.org>
Mon, 11 Jul 2022 20:32:06 +0000 (20:32 +0000)
commit8a3325496f89373cb1631a944539ff38d0966fe8
treef9497dad9882cf4d9edce7b8514caa74a4da04e5
parent38b72154ded23847cd08a796d0c6708b5efac265
parent9027f825360a83a5f632d8317e96c5440a83ebc0
Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum

Utilize PGO for windows x64 rustc dist builds

This PR adds PGO support for the CI x64 windows dist builds.

These are the results from running the rustc-perf benchmarks:
![image](https://user-images.githubusercontent.com/247183/177662869-683a8034-7c95-42bf-9900-9ffd66677fcf.png)

Thanks to `@Kobzol,` `@michaelwoerister,` `@wesleywiser,` `@Mark-Simulacrum` for their precious help.
src/bootstrap/compile.rs
src/bootstrap/native.rs
src/bootstrap/util.rs