A linker seems like it ought to be a simple piece of software. What is a linker doing that takes so long?
Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
51–60 of 120 posts
Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#52Author here. If you have any questions about mold/macOS, feel free to ask me as a reply.
Thanks for your good work! I still remember the O(n^2) complexity of ld.bfd when linking C++ code.
Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#53Author here. If you have any questions about mold/macOS, feel free to ask me as a reply.
Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#54Author here. If you have any questions about mold/macOS, feel free to ask me as a reply.
Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#55Author here. If you have any questions about mold/macOS, feel free to ask me as a reply.
It might be asking for too much, but this project would be a nice addition to http://aosabook.org Thanks for your good work! I still remember the O(n^2) complexity of ld.bfd when linking C++ code.
Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#56Author here. If you have any questions about mold/macOS, feel free to ask me as a reply.
When are you going to start working on a 10x faster clang++? :-)
Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#57Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#58Author here. If you have any questions about mold/macOS, feel free to ask me as a reply.
Your tweet shows quicker linking on a Mac yet you say down-thread that Mac executable linking is still not fully supported. So can we or can we not use it today on a Mac? (My main use-case is Rust.)
Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#59Earlier quoted context omitted.
It might be asking for too much, but this project would be a nice addition to http://aosabook.org Thanks for your good work! I still remember the O(n^2) complexity of ld.bfd when linking C++ code.
I want to write a book about linkers so that the knowledge I earned during the development of the lld and mold linkers wouldn't lost, but I don't have enough time to do that!
I know this is a type, but it is interesting to see knowledge as a score or commodity you can "earn".
Re: Mold/macOS is 11 times faster than the Apple's default linker to link Chrome
#60Earlier quoted context omitted.
Your tweet shows quicker linking on a Mac yet you say down-thread that Mac executable linking is still not fully supported. So can we or can we not use it today on a Mac? (My main use-case is Rust.)
It can create Mac executables, but mold/macOS is still in pre-alpha and no one should expect it to work for their programs. Once it becomes out of beta, I'll release it as mold 2.0, so please wait for it.