-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[don't merge] See what happens if we run PGO on Apple #96732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
c5de5eb
to
8e1d616
Compare
This comment has been minimized.
This comment has been minimized.
@bors try |
⌛ Trying commit 968beaf291e14ef8c95397b3e5c279a339c5ac2d with merge d007f66a589d5f8534d710af7fdf5c480fded63b... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit 5b632ff3b6692440b2250eabdc90ba294df2efab with merge 771ef42acff5fb9e0bc90317b84c8c28917b696f... |
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit ab19f43ad135f1351a2e96ea38edcfde840ac340 with merge ea39a518964de0ac1b93a3d637ed012e889ad53d... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
@bors try |
⌛ Trying commit c85fc48a9fb448f37ce737817e86b8a052355c21 with merge 9517e2ba541f873e5fdff271f52597b783acbdf6... |
☀️ Try build successful - checks-actions |
@bors try |
⌛ Trying commit 67fc90a with merge 32aa173804582e19f5f6a0bcebda41e3e2676755... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@bors try |
⌛ Trying commit 91d0c93 with merge b20a7ad4c3cae39d79d6f074acbdacd31bf1581a... |
☀️ Try build successful - checks-actions |
The OS X CI runners currently don't have enough resources to run full PGO. We can either try to apply artifacts from Linux or, if full PGO on Windows is successful, maybe some more resources could be provided for OS X in the future. |
Currently, PGO is executed on CI only for the
x64
linux target. It could be quite helpful for compiler performance (and possibly not that difficult) to also run it for other important targets, likeOS X
andWindows
. This is just an experimental PR where we want to try how could we achieve that.I modified the CI workflows so that they will try to run apple try build after each push.
r? @lqd