GraalVM PGO optimizations for the non-executed code on the PGO training phase #7999
Unanswered
zamazan4ik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the current optimization strategy in GraalVM PGO implementation for the code that wasn't executed during the profiling phase? Is it optimized for size or speed? Is there a reason to implement some alternative to
-fprofile-partial-training
flag from GCC (link)? LLVM PGO implementation has a similar request too.Beta Was this translation helpful? Give feedback.
All reactions