[PATCH] D24976: [thinlto] Don't decay threshold for hot callsites
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 16:47:27 PDT 2016
mehdi_amini added a comment.
> So the question is - should I temporary set the hot-evolution-factor to the same as normal evolution factor? So this way We won't import more functions that inliner won't inline, and then when new inliner will make it to trunk, to switch it to 1.0
I'm fine designing the importer independently knowing that the inliner will be updated at some point to match, even if it means that in the meantime we import more than necessary when PGO is enabled.
https://reviews.llvm.org/D24976
More information about the llvm-commits
mailing list