bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/16808] ld.gold doesn't know about -Ofast


From: ccoutant at google dot com
Subject: [Bug gold/16808] ld.gold doesn't know about -Ofast
Date: Fri, 04 Apr 2014 16:41:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16808

--- Comment #4 from Cary Coutant <ccoutant at google dot com> ---
> Is the same true for ld.gold? In which case -O, -Os, -Og, -Ofast are not
> implemented and -O1 = -O2 = -O3 = -O4 and so on?

At -O1 and above, gold will use a higher compression level with
--compress-debug-sections.

At -O2 and above, gold will optimize string merge sections by finding
strings that are suffixes of longer strings.

Currently, that's it.

-cary

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]