
Wild 0.7 released on Monday as the newest feature release for this very fast linker for Linux systems competing with Mold on x86_64 / ARM64 / RISC-V devices.
Wild shares largely similar goals with the Mold linker but is focused on eventually supporting incremental linking with Mold not planning to. Additionally, Wild is written in the Rust programming language. Rust was chosen in part for the belief that it will reduce the complexity of writing incremental linking support. At the moment though Wild doesn’t support as many CPU architectures as Mold and also does not have any Windows and Mac support, no LTO support, and other feature caveats.
Wild though has been looking nice at least from their own benchma…

Wild 0.7 released on Monday as the newest feature release for this very fast linker for Linux systems competing with Mold on x86_64 / ARM64 / RISC-V devices.
Wild shares largely similar goals with the Mold linker but is focused on eventually supporting incremental linking with Mold not planning to. Additionally, Wild is written in the Rust programming language. Rust was chosen in part for the belief that it will reduce the complexity of writing incremental linking support. At the moment though Wild doesn’t support as many CPU architectures as Mold and also does not have any Windows and Mac support, no LTO support, and other feature caveats.
Wild though has been looking nice at least from their own benchmarks relative to Mold and LLD:
Wild 0.7 brings more features implemented like allowing to set the entry point for shared objects, handling of .symver ASM directives, and various new options. There are also some performance improvements as well as bug fixes and other build improvements. Wild 0.7 also features initial bits of support for linking on the OpenSolaris-derived Illumos platforms. Wild’s linker diff also now supports RISC-V.
Downloads and more details on the Wild 0.7 high performance linker via GitHub.