public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/63671] New: [5 Regression] 21% tramp3d-v4 performance hit due to -fdevirtualize
@ 2014-10-28 19:28 trippels at gcc dot gnu.org
  2014-10-28 19:39 ` [Bug ipa/63671] " trippels at gcc dot gnu.org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-10-28 19:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63671

            Bug ID: 63671
           Summary: [5 Regression] 21% tramp3d-v4 performance hit due to
                    -fdevirtualize
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org
                CC: hubicka at gcc dot gnu.org

On my AMD machine I get:

markus@x4 ~ % time g++ -Ofast tramp3d-v4.cpp
23.540 total
markus@x4 ~ % ./a.out --cartvis 1.0 0.0 --rhomin 1e-8 -n 20
...
Time spent in iteration: 3.79717

markus@x4 ~ % time g++ -Ofast -fno-devirtualize tramp3d-v4.cpp
22.163 total
markus@x4 ~ % ./a.out --cartvis 1.0 0.0 --rhomin 1e-8 -n 20
...
Time spent in iteration: 2.97514

For gcc-4.9 -fno-devirtualize makes no difference and I get on both cases:
Time spent in iteration: 3.02253


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

end of thread, other threads:[~2014-11-27 10:47 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-28 19:28 [Bug ipa/63671] New: [5 Regression] 21% tramp3d-v4 performance hit due to -fdevirtualize trippels at gcc dot gnu.org
2014-10-28 19:39 ` [Bug ipa/63671] " trippels at gcc dot gnu.org
2014-10-29  9:42 ` rguenth at gcc dot gnu.org
2014-10-29 10:26 ` trippels at gcc dot gnu.org
2014-11-01 18:37 ` hubicka at gcc dot gnu.org
2014-11-11  5:33 ` hubicka at gcc dot gnu.org
2014-11-12  0:04 ` hubicka at ucw dot cz
2014-11-12  0:07 ` hubicka at gcc dot gnu.org
2014-11-12  1:21 ` hubicka at gcc dot gnu.org
2014-11-13  9:03 ` rguenther at suse dot de
2014-11-14  0:47 ` hubicka at ucw dot cz
2014-11-20 12:42 ` rguenth at gcc dot gnu.org
2014-11-23 15:20 ` hubicka at gcc dot gnu.org
2014-11-24 16:16 ` hubicka at gcc dot gnu.org
2014-11-24 16:36 ` trippels at gcc dot gnu.org
2014-11-24 16:39 ` hubicka at gcc dot gnu.org
2014-11-24 16:43 ` hubicka at gcc dot gnu.org
2014-11-24 17:30 ` trippels at gcc dot gnu.org
2014-11-26 16:05 ` hubicka at gcc dot gnu.org
2014-11-26 18:39 ` hubicka at gcc dot gnu.org
2014-11-26 19:09 ` trippels at gcc dot gnu.org
2014-11-27  3:03 ` hubicka at gcc dot gnu.org
2014-11-27 10:47 ` rguenth at gcc dot gnu.org

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).