Evaluate using Profile-Guided Optimization (PGO) #8877
zamazan4ik
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Thanks for the project!
Profile-Guided Optimization (PGO) is a compiler optimization that allows to use of runtime statistics for performing better compiler optimizations. I applied PGO to different software in different domains (including operating systems like Linux kernel) - all the results are available at https://github.com/zamazan4ik/awesome-pgo . Since there are multiple claims that PGO helps operating systems like Linux and Windows, I think trying to evaluate PGO effects for rt-thread can be a valuable work since (according to the README) the project aims to provide high performance.
I can suggest the following action points:
Some results about PGO efficiency for operating systems:
This issue is not a bug - it's just an idea of how the rt-thread's performance can be improved.
Beta Was this translation helpful? Give feedback.
All reactions