Skip to content
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

gcc: Build with PGO #19235

Merged
merged 1 commit into from
Dec 1, 2023
Merged

gcc: Build with PGO #19235

merged 1 commit into from
Dec 1, 2023

Conversation

MehdiChinoune
Copy link
Collaborator

I have tested the artifacts on my local machine building a small project:

Without PGO: 188s 190s 189s average~=189s
With PGO: 176s 177s 179s average~=177.3
A speedup = (189-177.3)/189 ~= 6%

Wait for other members to test and comment

Also make gcc-libgfortran provides fc-libs for future shared flang libs
@MehdiChinoune MehdiChinoune merged commit 37ebf8c into msys2:master Dec 1, 2023
@MehdiChinoune MehdiChinoune deleted the gcc-pgo branch December 1, 2023 18:02
@lazka
Copy link
Member

lazka commented Dec 2, 2023

Some more tests:

gtk3 (C, ~-7%):

1m18.863s
1m18.770s
1m18.803s

1m13.356s
1m13.388s
1m13.180s

harfbuzz (C++, ~-8%):

1m3.678s
1m3.763s
1m3.301s

0m58.588s
0m58.500s
0m58.348s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants