Adopting the Parallel DWARF linker in dsymutil

(jonasdevlieghere.com)

23 points | by JDevlieghere 3 days ago ago

6 comments

  • eqvinox 4 hours ago ago

    It'd make quite a few things so much easier if Apple just switched to ELF. At the cost of being a giant break :/

    • pjmlp 3 hours ago ago

      There are other UNIXes that aren't ELF, e.g. AIX.

      • DannyBee 3 hours ago ago

        Sure, but COFF and its variations are much less practically common in Unixes (ie ignoring PE)

        In any case, it’s highly doubtful being different from ELF is offering real value to anyone at this point, it’s just nobody wants to spend time, money, etc to migrate when incremental change to their own formats gets most of what they want.

        Though it is probably accurate to say apple probably has it the worst here. Mach-O tooling is almost certainly the least available out of ELF, COFF, and Mach-O.

        • skissane 2 hours ago ago

          I honestly think Mach-O is more elegant than ELF, with its structure of load commands.

          Of course, ELF still wins by being more mainstream, and not being de facto under the control of a single vendor.

          • eqvinox an hour ago ago

            > I honestly think Mach-O is more elegant than ELF, with its structure of load commands.

            Can you elaborate on that, especially contrasting with ELF's PT_LOAD program headers?

      • eqvinox an hour ago ago

        That's a true statement, but what's the argument?