Mold (linker) 1.0 released
Mold (linker) 1.0 released
Posted Dec 16, 2021 12:47 UTC (Thu) by cesarb (subscriber, #6266)In reply to: Mold (linker) 1.0 released by rillian
Parent article: Mold (linker) 1.0 released
Linux also heavily uses partial linking (ld -r), which allows a large part of the linking step to run incrementally and/or in parallel. That does not seem to be usual for other large C or C++ projects I've seen.
Posted Dec 16, 2021 14:28 UTC (Thu)
by Vipketsh (guest, #134480)
[Link]
Even with 'ld -r' the symbol lookup does not get eliminated during the final link which is, according to the documentation here, one of the slowest part of linking, so I doubt that using 'ld -r' has a meaningful impact on linking speed.
Mold (linker) 1.0 released
