Displaying 1 result from an estimated 1 matches for "z_9uc".
Did you mean:
z_9
2016 Jan 15
3
LLD benchmark results for all commits
...in terms of performance. I measured time to link the same Clang
executable.
Here is the result. This table contains a commit message, a SVN revision
number, time to link, size of the resulting Clang binary in each row.
https://docs.google.com/spreadsheets/d/1QlQZ51VQUna6gX0qXj19v_ZEII5vGaHrUhBKq-Z_9uc/edit?usp=sharing
As you can see, the linker is faster than the original. A few key findings
are listed 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 p...