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

Michael Spencer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 19:04:28 PDT 2017


Bigcheese updated this revision to Diff 113947.
Bigcheese added a comment.

Switch to adjacency lists and priority_queue to remove the E^2 behavior.


Repository:
  rL LLVM

https://reviews.llvm.org/D36351

Files:
  ELF/CMakeLists.txt
  ELF/CallGraphSort.cpp
  ELF/CallGraphSort.h
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/Writer.cpp
  test/ELF/Inputs/cgprofile.txt
  test/ELF/cgprofile.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36351.113947.patch
Type: text/x-patch
Size: 18018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170906/3fec9c4b/attachment.bin>


More information about the llvm-commits mailing list