Displaying 1 result from an estimated 1 matches for "r250315".
2016 Jan 15
3
LLD benchmark results for all commits
...improvement changes to
offset them.
The commit that increased link time most (+15%) is r251212: Add support for
merging string from SHF_STRINGS sections. This does not come as a surprise
since string merging is a computationally heavy operation.
The commit that decreased link time most (-29%) is r250315: ELF2: Merge
.{text,rodata,data,bss}.* sections. This is because the commit
significantly decreased number of sections in the output.
The following commits are also noteworthy.
- r257017: ELF: Improve performance of string table construction (-14.0%)
- r251332: Optimize StringTableBuilder (-7.8...