Live data from Hacker News

Viewing profile — davidlattimore

davidlattimore

HN member
Joined
Fri, Jan 24, 2025, 9:16 PM UTC
HN karma
35
Public activity
4 items

About davidlattimore

No profile information was provided.

Recent public activity

  1. comment
    Comment #42818238

    I'm not actually sure, mostly because I'm not really familiar with the Mold codebase. One clue is that I've heard that Mold gets about a 10% speedup by using a faster allocator (mi…

  2. comment
    Comment #42818165

    Not yet. The Linux kernel uses linker scripts, which Wild doesn't yet support. I'd like to add support for linker scripts at some point, but it's some way down the priority list.

  3. comment
    Comment #42817186

    It sounds like you're building from scratch. In that case, the majority of the time will be spent compiling code, not linking. The case for fast linkers is strongest when doing ite…

  4. comment
    Comment #42817056

    Unfortunately gcc doesn't accept arbitrary linkers via the `-fuse-ld=` flag. The only linkers it accepts are bfd, gold lld and mold. It is possible to use gcc to invoke wild as the…