1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 17:17:40 +03:00

Update README

This commit is contained in:
Rui Ueyama 2021-04-22 15:15:53 +09:00
parent b4df1258c1
commit 16ba58825e
4 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# mold: A Modern Linker
![mold image](mold.jpg)
![mold image](docs/mold.jpg)
mold is a high performance drop-in replacement for existing Unix
linkers. It is several times faster than LLVM lld linker, the (then-)
@ -38,7 +38,7 @@ Here is a side-by-side comparison of per-core CPU usage of lld (left)
and mold (right). They are linking the same program, Chromium
executable.
![](htop.gif)
![](docs/htop.gif)
As you can see, mold uses all available cores throughout its execution
and finishes quickly. On the other hand, lld failed to use available

View File

Before

Width:  |  Height:  |  Size: 596 KiB

After

Width:  |  Height:  |  Size: 596 KiB

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB