public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/63927] New: AddressSanitizer painfully slow on ppc64
@ 2014-11-18  8:02 trippels at gcc dot gnu.org
  2014-11-18  8:20 ` [Bug sanitizer/63927] " trippels at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-11-18  8:02 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63927
           Summary: AddressSanitizer painfully slow on ppc64
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org
                CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
                    jakub at gcc dot gnu.org, kcc at gcc dot gnu.org

Created attachment 34013
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34013&action=edit
testcase

With the attached testcase, that measures the performance of different
C++ containers, AddressSanitizer is very slow on ppc64. x86_64 is fine.

For example:

trippels@gcc2-power8 ~ % g++ -fsanitize=address -g -O2 bench.cpp
trippels@gcc2-power8 ~ % ./a.out
size            array   vector_point    vector_iters            deque          
list            set             multiset
10              15.79           13.85           13.14           26.04          
232.16          132.72          266.89
^C

On x86_64:

markus@x4 ~ % ./a.out
size            array   vector_point    vector_iters            deque          
list            set             multiset
10              0.46            0.46            0.46            1.39           
4.55            2.36            3.74
...


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

end of thread, other threads:[~2015-07-29 11:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-18  8:02 [Bug sanitizer/63927] New: AddressSanitizer painfully slow on ppc64 trippels at gcc dot gnu.org
2014-11-18  8:20 ` [Bug sanitizer/63927] " trippels at gcc dot gnu.org
2014-11-18 11:51 ` pinskia at gcc dot gnu.org
2014-11-18 11:56 ` jakub at gcc dot gnu.org
2014-11-18 18:22 ` kcc at gcc dot gnu.org
2014-11-18 18:25 ` pinskia at gcc dot gnu.org
2014-11-18 18:38 ` trippels at gcc dot gnu.org
2014-11-18 19:04 ` kcc at gcc dot gnu.org
2015-07-28 13:33 ` wschmidt at gcc dot gnu.org
2015-07-28 14:28 ` trippels at gcc dot gnu.org
2015-07-28 19:45 ` wschmidt at gcc dot gnu.org
2015-07-28 20:11 ` jakub at gcc dot gnu.org
2015-07-29  3:34 ` wschmidt at gcc dot gnu.org
2015-07-29  6:22 ` trippels at gcc dot gnu.org
2015-07-29  6:32 ` trippels at gcc dot gnu.org
2015-07-29  6:33 ` trippels at gcc dot gnu.org
2015-07-29 11:26 ` wschmidt 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).