Mold 2.36 Linker Brings More Optimizations & Compatibility Improvements

Written by Michael Larabel in Programming on 9 January 2025 at 06:21 AM EST. 5 Comments
PROGRAMMING
Rui Ueyama released Mold 2.36 as the newest update to this open-source linker that aims to deliver maximum performance at all costs.

New performance optimizations for Mold 2.36 benefit ARM and PowerPC with linking Clang 19 now being around 7% faster on ARM64, for example. RISC-V and LoongArch have also seen improvements where RISC-V is now around 4% faster linking Clang compared to prior releases.

The Mold linker also has a new "--package-metadata=" option that can be used to embed a given string into the ".note.package" section of the binary. The intent here is for build scripts generating binary packages such as for RPMs and DEBs to be able to include package metadata in each executable.

Mold 2.36 also has a number of bug fixes and compatibility improvements -- mostly for alternative architectures like RISC-V, LoongArch, and s390x.

Mold 2.36 downloads and more details on this updated open-source linker via 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