This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/52241] Performance degradation of 447.dealII on corei7 at spec2006_base32.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52241

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-19 19:24:05 UTC ---
libstdc++.so.6 obviously contained -fPIC code before and does now as well, and
people really should be using the shared library (almost) always.
See http://www.akkadia.org/drepper/no_static_linking.html for some details.
So, if you are doing SPEC testing with -static, it probably just doesn't test
what people normally use or should use.
Can you please test Paolo's patch, if the slowdown you see is inherent in the
PIC code, or if it is about the different inlining decision?  Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]