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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils