[lld] r272596 - Update numbers.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 15:48:36 PDT 2016


Author: ruiu
Date: Mon Jun 13 17:48:36 2016
New Revision: 272596

URL: http://llvm.org/viewvc/llvm-project?rev=272596&view=rev
Log:
Update numbers.

Modified:
    lld/trunk/docs/NewLLD.rst

Modified: lld/trunk/docs/NewLLD.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/NewLLD.rst?rev=272596&r1=272595&r2=272596&view=diff
==============================================================================
--- lld/trunk/docs/NewLLD.rst (original)
+++ lld/trunk/docs/NewLLD.rst Mon Jun 13 17:48:36 2016
@@ -18,8 +18,9 @@ We expect that FreeBSD is going to be th
 to adopt LLD as the system linker.
 We are working on it in collaboration with the FreeBSD project.
 
-The linkers are notably small; as of March 2016,
-the COFF linker is under 7k lines and the ELF linker is about 10k lines.
+The linkers are notably small; as of June 2016,
+the COFF linker is under 7k lines and the ELF linker is about 13k lines,
+while gold is 146K lines.
 
 The linkers are designed to be as fast and simple as possible.
 Because it is simple, it is easy to extend to support new features.




More information about the llvm-commits mailing list