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

--- Comment #8 from Cary Coutant <ccoutant at google dot com> ---
>> Does it seem reasonable to simply disable optimization for sections with 
>> alignment > 1?
>
> Works for me.
>
> I'll note that for aligned strings the most useful optimisation is likely
> removal of exact duplicates.

Oh, sorry, I didn't mean to suggest disabling duplicate merging --
just the optimization where we look for strings that are suffixes of
others. I'd argue that your statement is true for unaligned strings as
well. (I'm actually surprised that anyone is actually using -O2!)

-cary

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to