mold: A Massively Parallel Linker
What happened
Linking is a critical step in the software build process that combines compiled object files into a single executable or shared library. Despite decades of engineering effort, link times remain a significant bottleneck in the edit-compile-debug cycle, particularly for large C++ programs. Existing linkers exploit limited parallelism, leaving most CPU cores idle during linking. We present mold, a Unix/Linux linker tha…
Summary assembled by rule from the sources below
Why it's spreading
Timeline
- First appeared on LobstersLobsters
- Discussion started on Hacker NewsHacker News