I finally got around to trying gold (the new linker) for real. Today I built it and tried linking gdb. Sure enough, it is a lot faster — it was more than twice as fast at linking gdb as the F9 system linker. The link went from 48 seconds to 22 seconds.
It is very simple to build and use. Just check out binutils and configure with --enable-gold
. Then build and install it, put it in your path, and you’re done.