[Bug c++/56493] Performance regression in google dense hashmap

2014-12-03 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #14 from Uroš Bizjak ubizjak at gmail dot com --- According to Comment #0 and Comment #9, this PR should be confirmed as a regression from 4.6.

[Bug c++/56493] Performance regression in google dense hashmap

2013-06-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #13 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 30312 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30312action=edit gcc49-pr56493.patch Untested patch that in the FE restores the performance on the

[Bug c++/56493] Performance regression in google dense hashmap

2013-06-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/56493] Performance regression in google dense hashmap

2013-06-15 Thread jim at meyering dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 jim at meyering dot net changed: What|Removed |Added CC||jim at meyering dot net ---

[Bug c++/56493] Performance regression in google dense hashmap

2013-04-12 Thread cberner at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #9 from Christopher Berner cberner at fb dot com 2013-04-13 01:37:27 UTC --- Created attachment 29864 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29864 Simple test case Here's an even simpler test case. It seems that

[Bug c++/56493] Performance regression in google dense hashmap

2013-04-12 Thread andrewjcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #10 from Andrew Gallagher andrewjcg at gmail dot com 2013-04-13 01:44:27 UTC --- I did several attempts at bisecting this. Whenever I (hackily) reverted the change which caused the regression, it just popped up a few hundred

[Bug c++/56493] Performance regression in google dense hashmap

2013-03-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||hubicka

[Bug c++/56493] Performance regression in google dense hashmap

2013-03-08 Thread andrewjcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #7 from Andrew Gallagher andrewjcg at gmail dot com 2013-03-09 04:17:39 UTC --- I was able to bisect this to http://gcc.gnu.org/viewcvs?view=revisionrevision=172430. I haven't had time to dig in further, but that rev looks

[Bug c++/56493] Performance regression in google dense hashmap

2013-03-01 Thread andrewjcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #1 from Andrew Gallagher andrewjcg at gmail dot com 2013-03-01 13:11:30 UTC --- Created attachment 29561 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29561 Sample program using dense hashmap

[Bug c++/56493] Performance regression in google dense hashmap

2013-03-01 Thread andrewjcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #2 from Andrew Gallagher andrewjcg at gmail dot com 2013-03-01 13:12:41 UTC --- I also see this same perf regression on trunk (as of r195725).

[Bug c++/56493] Performance regression in google dense hashmap

2013-03-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug c++/56493] Performance regression in google dense hashmap

2013-03-01 Thread andrewjcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #4 from Andrew Gallagher andrewjcg at gmail dot com 2013-03-01 22:09:10 UTC --- Created attachment 29565 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29565 Preprocessed test program source

[Bug c++/56493] Performance regression in google dense hashmap

2013-03-01 Thread andrewjcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 --- Comment #5 from Andrew Gallagher andrewjcg at gmail dot com 2013-03-01 22:10:14 UTC --- Ah, sorry. Just attached preprocessed sources now (which had to be compressed to it in the 1K size limit).

[Bug c++/56493] Performance regression in google dense hashmap

2013-03-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56493 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|WAITING