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:Backports:SLE-15-SP4:RebuildFactoryUpdates/mold && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000128 128 Bytes | |
build-blake-3-as-static.patch | 0000000384 384 Bytes | |
mold-2.34.1.tar.gz | 0010057683 9.59 MB | |
mold.changes | 0000054935 53.6 KB | |
mold.spec | 0000003068 3 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1205736
from
Martin Liška (martinliska)
(revision 48)
- Update to version 2.34.1 * [ARM32] Fixed a regression that R_ARM_TARGET1 wasn't handled as a synonym for R_ARM_ABS32 relocation. This issue caused some ARM32 programs to crash on startup if linked with mold. (186272a) * [RISC-V] mold now sets the STO_RISCV_VARIANT_CC dynamic tag if the ELF module exports a function symbol with a non-standard calling convention. (16eb513)
Comments 0