[PATCH] D26919: Update document. It is not an overstatement that LLD is 2x faster than gold.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 10:56:07 PST 2016


davide added inline comments.


================
Comment at: docs/NewLLD.rst:14
 you can expect it to be linkable with LLD.
-It is currently about 1.2x to 2x faster than GNU gold linker.
+It is about 2x faster than GNU gold linker.
 We aim to make it a drop-in replacement for the GNU linker.
----------------
This is a strong claim. I'd rather leave the comment as is or rephrase as "it is generally faster than gold". If you really want to show the figures, well, maybe, we can add a section with some charts updated periodically (at each release), but I would refrain from making the statement so general.


https://reviews.llvm.org/D26919





More information about the llvm-commits mailing list