• [^] # Re: LD - Linkage

    Posté par (site web personnel) . En réponse à la dépêche Sortie de GCC 4.5. Évalué à 4.

    >>> Est-ce que GCC va inclure GOLD un jour ? Pourquoi ne pas l'utiliser en standard ?

    Aucune idée.

    >>> Est-ce qu'il marche toujours avec GCC 4.5 ?

    Oui puisqu'il est mentionné sur la page LTO que j'ai donné en lien :

    "As an added feature, LTO will take advantage of the plugin feature in gold. This allows the compiler to pick up object files that may have been stored in library archives. To use this feature, you must be using gold as the linker and enable the use of the plugin by compiling with gcc -fuse-linker-plugin. This will shift the responsibility of driving the final stages of compilation from collect2 to gold via the linker plugin".

    http://gcc.gnu.org/wiki/LinkTimeOptimization#Requirements