[llvm-dev] RFC: PGO Late instrumentation for LLVM
Ivan Baev via llvm-dev
llvm-dev at lists.llvm.org
Tue Aug 11 17:46:13 PDT 2015
It could be a bit confusing to have two ways for PGO instrumentation at
the same time. If small functions like get/set are responsible for most of
the current overhead, could we inline these in clang?
What will be the replacement for Function entry counts under PGO late
instrumentation: these are valuable for many inter-procedural
profile-based optimizations?
Ivan
More information about the llvm-dev
mailing list