Displaying 1 result from an estimated 1 matches for "r251212".
2016 Jan 15
3
LLD benchmark results for all commits
...isted below:
- The linker tend to be gradually getting slower over time in general.
- There are a few commits that increased link time by a few percent or
more.
- However, we also committed a few performance 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
significantl...