bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/12919] icf fails to fold one of the component of std::sort


From: ian at airs dot com
Subject: [Bug gold/12919] icf fails to fold one of the component of std::sort
Date: Wed, 21 Sep 2011 19:55:58 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12919

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com

--- Comment #5 from Ian Lance Taylor <ian at airs dot com> 2011-09-21 19:55:58 
UTC ---
I think you actually could combine functions within a .so.  Although the
symbols are preemptible, if one of them is actually preempted, it will be done
by redirecting the PLT entry.  So as long as you provide separate PLT entries
for each symbol, you could arrange for all the PLT entries to point, by
default, to the same code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]