[PATCH] D13958: Mere SHF_STRING

Rafael Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 14:01:21 PDT 2015


The new numbers are

gold -O1:  78213512 bytes, 1.454525942 seconds
gold -O2:  77092512 bytes, 1.583773470 seconds
master:    87482424 bytes, 0.494621872 seconds
patch -O1: 77295864 bytes, 0.563764220 seconds
patch -O2: 77209848 bytes, 0.657637513 seconds


On 23 October 2015 at 16:52, Rafael Ávila de Espíndola
<llvm-commits at lists.llvm.org> wrote:
> rafael updated this revision to Diff 38260.
> rafael added a comment.
>
> This uses fewer classes and makes tail merging optional, controlled by -O2 or higher (this is the same option that gold uses).
>
> The flip side is that this depends on a new llvm class (I will upload it to another code review).
>
>
> http://reviews.llvm.org/D13958
>
> Files:
>   ELF/InputFiles.cpp
>   ELF/InputSection.cpp
>   ELF/InputSection.h
>   ELF/OutputSections.cpp
>   ELF/OutputSections.h
>   test/elf2/merge-string-align.s
>   test/elf2/merge-string-error.s
>   test/elf2/merge-string-no-null.s
>   test/elf2/merge-string.s
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>


More information about the llvm-commits mailing list