История изменений
Исправление fsb4000, (текущая версия) :
Там пишут
it's very fast (often runs in half the time as Gold -- linking can take several minutes for big projects (rustc, servo, etc.) and linking can be a huge % of the compile with incremental builds, so halving this runtime is a Big Deal.)
rustc itself reduced the time taken for linking from about 93 seconds to about 41 seconds.
Правда, нужен относительно новый gcc, поэтому это не по умолчанию
https://github.com/rust-lang/rust/issues/39915#issuecomment-618726211
Исходная версия fsb4000, :
Там пишут
it's very fast (often runs in half the time as Gold -- linking can take several minutes for big projects (rustc, servo, etc.) and linking can be a huge % of the compile with incremental builds, so halving this runtime is a Big Deal.)
rustc itself reduced the time taken for linking from about 93 seconds to about 41 seconds.