Skip to content

Commit

Permalink
[docs] Remove the History section (#98715)
Browse files Browse the repository at this point in the history
This does not really serve any purpose nowadays.
  • Loading branch information
brad0 committed Jul 13, 2024
1 parent 66e6df2 commit 14b9d12
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions lld/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,30 +125,6 @@ not, run ``readelf --string-dump .comment <output-file>`` and examine the
output. If the string "Linker: LLD" is included in the output, you are
using LLD.

History
-------

Here is a brief project history of the ELF and COFF ports.

- May 2015: We decided to rewrite the COFF linker and did that.
Noticed that the new linker is much faster than the MSVC linker.

- July 2015: The new ELF port was developed based on the COFF linker
architecture.

- September 2015: The first patches to support MIPS and AArch64 landed.

- October 2015: Succeeded to self-host the ELF port. We have noticed
that the linker was faster than the GNU linkers, but we weren't sure
at the time if we would be able to keep the gap as we would add more
features to the linker.

- July 2016: Started working on improving the linker script support.

- December 2016: Succeeded to build the entire FreeBSD base system
including the kernel. We had widen the performance gap against the
GNU linkers.

Internals
---------

Expand Down

0 comments on commit 14b9d12

Please sign in to comment.