Displaying 1 result from an estimated 1 matches for "origbc".
Did you mean:
origbb
2015 Jun 17
3
[LLVMdev] Path forward on profile guided inlining?
...aining instance of B and the newly created call
sites within A. I plan to split the estimated count in roughly the
ratio of the entries into B. As a result, a given call site BC
(originally from B into C) would be split into two sites AC, and BC with
estimated counts (AB.count/B.entry_count * OrigBC.count) and
((1-AB.count/B.entry_count) * OrigBC.count). This does require updating
the body of the callee, not just the caller when inlining.
It's important to note that the resulting estimated call counts can be
just flat out wrong. As the easiest example, consider a case where B
called...