-
Notifications
You must be signed in to change notification settings - Fork 36
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
Can the compiled compiler be optimized by PGO? #29
Comments
Hi I'll have to chart out the stress tests, create profiles, store the profile, get them into workflow and then use these profiles for building gcc. Might give it a try when I have time. |
😃 Thanks for your hard work, waiting for your good news! |
Are there any real time benefits from PGO in compilation of Android Kernel? |
In Android kernels, synthetic benchmarks yielded very little difference but the overall real life experience improved when I used PGO on my kernel. |
Practice leads to true knowledge, at least after having the PGO version, the one can compare the differences with the original version |
Like ClangBuiltLinux, it divided two stages to optimize the compiler by PGO. Can we do this cool thing for GCC?
The text was updated successfully, but these errors were encountered: