←back to thread

383 points hkalbasi | 1 comments | | HN request time: 0s | source
Show context
ajb ◴[] No.42816737[source]
2008: Gold, a new linker, intended to be faster than Gnu LD

2015(?): Lld a drop in replacement linker, at least 2x as fast as Gold

2021: mold, a new linker, several times faster than lld

2025: wild, a new linker...

replies(4): >>42816811 #>>42817077 #>>42817811 #>>42819983 #
o11c ◴[] No.42819983[source]
Rarely mentioned: all of these occur at the cost of not implementing a very large number of useful features used by real-world programs.
replies(2): >>42820569 #>>42840620 #
1. account42 ◴[] No.42840620[source]
Like ICF? Wait no, everyone supports that except GNU ld.