aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-06-13 22:48:36 +0000
committerRui Ueyama <ruiu@google.com>2016-06-13 22:48:36 +0000
commit81367a3b9847749b45cbf5a6aa93289135d30847 (patch)
tree4ff8edc28e72f3ffd6a5fa5851dbf6c3a231760c
parent631d8e4f8dc701a8068320b89ba7036056b9c141 (diff)
Update numbers.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@272596 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/NewLLD.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/NewLLD.rst b/docs/NewLLD.rst
index a9af40a3e..12e12b659 100644
--- a/docs/NewLLD.rst
+++ b/docs/NewLLD.rst
@@ -18,8 +18,9 @@ We expect that FreeBSD is going to be the first large system
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.