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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 11:04:13 PST 2018


The patch needs to be rebased and clang formatted

We should start with a version that doesn't depend on the llvm side, as
there are too many moving pieces right now.

I have started working on the above.

Cheers,
Rafael

Michael Spencer <bigcheesegs at gmail.com> writes:

> 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


More information about the llvm-commits mailing list