summaryrefslogtreecommitdiff
path: root/docs/NewLLD.rst
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:19:15 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:19:15 +0000
commitd93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch)
tree5896fa6c02a262a6148b215487e545d937de58b7 /docs/NewLLD.rst
parent8d43286d630f9224de07809ea253e83ebb9cdee6 (diff)
Notes
Diffstat (limited to 'docs/NewLLD.rst')
-rw-r--r--docs/NewLLD.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/NewLLD.rst b/docs/NewLLD.rst
index 1f9bf87f10e30..cffea7c02deae 100644
--- a/docs/NewLLD.rst
+++ b/docs/NewLLD.rst
@@ -18,9 +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 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 notably small; as of October 2016,
+the COFF linker is about 7k lines and the ELF linker is about 18k lines,
+while gold is 165K 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.