Has anyone tried to use gold
instead of ld
?
gold
promises to be much faster than ld
, so it may help speeding up test cycles for large C++ applications, but can it be used as drop-in replacement for ld?
Can gcc
/g++
directly call gold
.?
Are there any know bugs or problems?
Although gold
is part of the GNU binutils since a while, I have found almost no "success stories" or even "Howtos" in the Web.
(Update: added links to gold and blog entry explaining it)