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: vincenzo.innocente at cern dot ch
Subject: [Bug gold/12919] icf fails to fold one of the component of std::sort
Date: Wed, 21 Sep 2011 19:58:07 +0000

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

--- Comment #6 from Vincenzo Innocente <vincenzo.innocente at cern dot ch> 
2011-09-21 19:58:07 UTC ---
Thanks for the detailed analysis that indeed makes sense in the general case.
In this specific example introsort_loop is not inlined just for choice of a gcc
heuristics.
My understanding was that with -fvisibility-inlines-hidden I made the 3
move_median_first and the 3 introsort_loop functions "internals" to the library
and therefore neither visible nor preempt-able.
maybe they need to be declared "inline" in gcc or even "hidden"?
In any case I do not think that they are ment to be preempt-able!

-- 
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]