public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/52241] New: Performance degradation of 447.dealII on corei7 at spec2006_base32.
@ 2012-02-14  8:10 vbyakovl23 at gmail dot com
  2012-02-15  9:07 ` [Bug c++/52241] " izamyatin at gmail dot com
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: vbyakovl23 at gmail dot com @ 2012-02-14  8:10 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52241
           Summary: Performance degradation of 447.dealII on corei7 at
                    spec2006_base32.
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vbyakovl23@gmail.com


Guilty commit

c1e8b3edf7b5038f070c7a9732e58d066081a636 is the first bad commit
commit c1e8b3edf7b5038f070c7a9732e58d066081a636
Author: bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon Jan 23 23:12:01 2012 +0000

caused performance degradation of 447.dealII benchspec 2006.It was happened
because there are no inlining a library routine '_Rb_tree_node_base' from
libstdc++-v3/src/tree.cc

const _Rb_tree_node_base*  _Rb_tree_increment(const _Rb_tree_node_base* __x)
throw ()
{    
  return Rb_tree_increment(const_cast&lt;_Rb_tree_node_base*&gt;(_x));
}

I found out that the degradation is caused by absence of -fPIC flag in
compilation command line. If I add the flag to command line the inlining is
happened.


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2012-02-20 21:17 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-14  8:10 [Bug c++/52241] New: Performance degradation of 447.dealII on corei7 at spec2006_base32 vbyakovl23 at gmail dot com
2012-02-15  9:07 ` [Bug c++/52241] " izamyatin at gmail dot com
2012-02-15 17:09 ` paolo.carlini at oracle dot com
2012-02-16  9:01 ` vbyakovl23 at gmail dot com
2012-02-16  9:03 ` vbyakovl23 at gmail dot com
2012-02-16  9:28 ` vbyakovl23 at gmail dot com
2012-02-16  9:42 ` jakub at gcc dot gnu.org
2012-02-16 10:42 ` rguenth at gcc dot gnu.org
2012-02-16 12:29 ` jakub at gcc dot gnu.org
2012-02-16 13:46 ` paolo.carlini at oracle dot com
2012-02-16 13:47 ` paolo.carlini at oracle dot com
2012-02-16 13:55 ` paolo.carlini at oracle dot com
2012-02-16 14:04 ` paolo.carlini at oracle dot com
2012-02-16 14:04 ` paolo.carlini at oracle dot com
2012-02-16 14:14 ` jakub at gcc dot gnu.org
2012-02-16 15:15 ` paolo.carlini at oracle dot com
2012-02-19 19:14 ` izamyatin at gmail dot com
2012-02-19 19:33 ` jakub at gcc dot gnu.org
2012-02-20  8:38 ` vbyakovl23 at gmail dot com
2012-02-20  8:59 ` jakub at gcc dot gnu.org
2012-02-20 11:12 ` paolo.carlini at oracle dot com
2012-02-20 18:30 ` [Bug libstdc++/52241] " vbyakovl23 at gmail dot com
2012-02-20 21:11 ` paolo at gcc dot gnu.org
2012-02-20 21:17 ` paolo.carlini at oracle dot com
2012-02-20 21:22 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).