[PATCH] D36351: [lld][ELF] Add profile guided section layout

Michael Spencer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 16:19:31 PDT 2018


Bigcheese added inline comments.


================
Comment at: ELF/CallGraphSort.cpp:32
+///
+/// It does so given a call graph profile by the following:
+/// * Build a weighted call graph from the profile
----------------
espindola wrote:
> The part about profile should be in a followup patch. For now this is given the weighted call graph.
This is talking about the for loop in `CallGraphSort()` where it builds the graph.


https://reviews.llvm.org/D36351





More information about the llvm-commits mailing list