aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2014-02-05 20:40:15 +0000
committerManman Ren <manman.ren@gmail.com>2014-02-05 20:40:15 +0000
commit67a28136ad7b54e4d188d903dd9ff86a05f7e74f (patch)
tree361313a8add4bfa1e80be5c229c30e331931bf24 /clang/lib/Frontend/CompilerInvocation.cpp
parentefefe5e22522b6f8f5c4e1fd52d2b190de51db8e (diff)
downloadllvm-67a28136ad7b54e4d188d903dd9ff86a05f7e74f.zip
llvm-67a28136ad7b54e4d188d903dd9ff86a05f7e74f.tar.gz
llvm-67a28136ad7b54e4d188d903dd9ff86a05f7e74f.tar.bz2
PGO: instrumentation based profiling sets function attributes.
We collect a maximal function count among all functions in the pgo data file. For functions that are hot, we set its InlineHint attribute. For functions that are cold, we set its Cold attribute. We currently treat functions with >= 30% of the maximal function count as hot and functions with <= 1% of the maximal function count are treated as cold. These two numbers are from preliminary tuning on SPEC. This commit should not affect non-PGO builds and should boost performance on instrumentation based PGO. llvm-svn: 200874
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions