Mold 1.0 Released As A Modern High-Speed Linker Alternative To GNU Gold, LLVM LLD

Written by Michael Larabel in Programming on 21 December 2021 at 03:30 AM EST. 33 Comments
PROGRAMMING
Mold 1.0 is a production-ready, high-speed linker alternative to GNU's Gold or LLVM's LLD that currently is supported on Linux systems and written by the original LLD author.

Rui Ueyama who previously spearheaded LLD as the LLVM linker has been recently designing Mold. Mold 1.0 marks the project's first stable and production-ready release. Mold 1.0 doesn't add any shiny new linker features over LLD or Gold, but that it's much faster. Currently Linux systems are supported while plans are underway to extend the linker to macOS followed by Windows.

Mold's insane speed capabilities are attributed to "faster algorithms and efficient data structures than other linkers". Mold is more multi-core/thread friendly and other optimizations to boost parallelism. According to the project itself:


More details on Mold 1.0 can be found via the project's GitHub.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week