[cfe-dev] Compile-time measurements in Chromium

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sun Apr 15 18:26:30 PDT 2012


On 7 February 2012 11:11, Nico Weber <thakis at chromium.org> wrote:
> Hi,
>
> nice numbers :-) One thing to keep in mind is that these are
> compile-time numbers, but the object files generated by clang tend to
> take ~20% longer to link than the ones generated by gcc, due to chubby
> debug information.

Going over some old email and noticed this. Have you tried -gdwarf-4
with gcc? I should reduce size of the debug information a bit.

Cheers,
Rafael



More information about the cfe-dev mailing list