[PATCH] D13304: Avoid inlining in throw statement
hfinkel@anl.gov via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 27 14:41:57 PDT 2015
hfinkel added a comment.
In http://reviews.llvm.org/D13304#276660, @junbuml wrote:
> Did you mean to add the Cold in the exception handling region itself instead of callsite in throw statements ?
We already have BranchProbabilityInfo::calcColdCallHeuristics, and so adding it to the callsite should be sufficient. Existing infrastructure should take care of the rest.
http://reviews.llvm.org/D13304
More information about the cfe-commits
mailing list