Mold 1.11 High Performance Linker Released With Initial POWER10 Support

Written by Michael Larabel in Programming on 16 March 2023 at 05:43 AM EDT. 4 Comments
PROGRAMMING
Mold 1.11 is out as the newest version of this open-source high performance linker that rivals the likes of LLVM LLD and GNU Gold for very speedy linking across multiple CPU architectures.

The Mold linker continues to impress when it comes to the performance while it continues to be extended to support more hardware as well as additional features where it currently lacks parity to GNU Gold and LLD. With Mold 1.11 it adds initial support for IBM Power10 processors as with prior releases its existing POWER CPU support would yield broken executables for Power10 hardware.

The Mold 1.11 release also adds the "--hash-style=none" argument, R_ARM_PLT32 relocation type support on 32-bit Arm, and R_RISCV_PLT32 relocation type support for RISC-V. Mold 1.11 also takes care of a corner-case issue when making use of Link-Time Optimizations (LTO), now supports linking object files generated by old (buggy) versions of GCC, and other fixes.

Downloads and more details on the Mold 1.11 changes 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