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

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 17:28:17 PST 2018


On Wed, Jan 17, 2018 at 12:45 AM, Michael Spencer via Phabricator <
reviews at reviews.llvm.org> wrote:

> Bigcheese updated this revision to Diff 130103.
> Bigcheese edited the summary of this revision.
> Bigcheese added a comment.
>
> I've simplified the logic by getting rid of `WorkLookup` and just
> embedding the `std::set` iterator in `Edge`.
>
> I've also split off the LLVM changes into two separate reviews:
>
> - https://reviews.llvm.org/D42161
> - https://reviews.llvm.org/D42163
>
>
> 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/InputFiles.cpp
>   ELF/InputFiles.h
>   ELF/Options.td
>   ELF/Writer.cpp
>   test/ELF/cgprofile-object.s
>
>
ping

- Michael Spencer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180125/0125686d/attachment.html>


More information about the llvm-commits mailing list