Displaying 1 result from an estimated 1 matches for "r257017".
Did you mean:
27017
2016 Jan 15
3
LLD benchmark results for all commits
...ince 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%)
Ideally, we should have a perf bot to run a benchmark for every commit, so
that we do not accidentally commit changes that hurt performance.
Overall, I'm satisfied with the result....