[PATCH] D28369: Refactor inline threshold update code. NFC.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 15:03:59 PST 2017


davidxl added a comment.

There is  a slight difference here. In the old code,  for hot callsite to hot callee, the threshold is max of (origthreshold, HintThreshold, HotCallSiteThreshold). With the new change, it becomes max (original_threshold, HotCallSiteThreshold).


https://reviews.llvm.org/D28369





More information about the llvm-commits mailing list