[PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 09:42:10 PST 2016
joker.eph added a comment.
I have a concerned about the "Only inter-module calls are recorded" part. This prevents to perform accurate pure summary-based importing decision (that I'm planning on doing).
Have you measured the impact of representing the full call-graph in the summary?
http://reviews.llvm.org/D17212
More information about the llvm-commits
mailing list