mold: A Modern Linker
https://github.com/rui314/mold
mold is a faster drop-in replacement for existing Unix linkers.
It is several times faster than LLVM lld linker, the second-fastest
open-source linker which I originally created a few years ago.
mold is created for increasing developer productivity by reducing
build time especially in rapid debug-edit-rebuild cycles.
Here is a performance comparison of GNU gold, LLVM lld, and mold for
linking final debuginfo-enabled executables of major large programs
on a simulated 8-core 16-threads machine.
- Developed at devel:tools:compiler
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/mold && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000128 128 Bytes | |
build-blake-3-as-static.patch | 0000000441 441 Bytes | |
mold-2.3.1.tar.gz | 0009958470 9.5 MB | |
mold.changes | 0000033711 32.9 KB | |
mold.spec | 0000003032 2.96 KB |
Revision 35 (latest revision is 48)
Ana Guerrero (anag+factory)
accepted
request 1119175
from
Martin Liška (martinliska)
(revision 35)
- Update to version 2.3.1 * [ARM32, ARM64, PowerPC, LoongArch] mold 2.3.0 would crash when handling large output files. This was due to a bug in the code that creates range extension thunks. This issue has now been resolved. (7be1b66) * [LoongArch] mold is now capable of handling relocations generated for the -mcmodel=extreme flag. (4bd80ec)
Comments 0