public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hubicka at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/18687] [4.3/4.4/4.5/4.6 Regression] >200% compile time regression compared to gcc-3.4
Date: Sat, 08 Jan 2011 16:14:00 -0000	[thread overview]
Message-ID: <bug-18687-4-iCujNrBR8k@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-18687-4@http.gcc.gnu.org/bugzilla/>

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org
      Known to fail|                            |

--- Comment #52 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-08 16:02:07 UTC ---
hashes oprofile is as follows:
samples  %        app name                 symbol name
8237      2.9617  libc-2.11.1.so           _int_malloc
6877      2.4727  cc1                      bitmap_set_bit
5820      2.0927  cc1                      htab_find_slot_with_hash
4238      1.5238  cc1                      operand_equal_p
4233      1.5220  cc1                      record_reg_classes.constprop.9
4069      1.4631  cc1                      bitmap_bit_p
3780      1.3592  libc-2.11.1.so           memset
3399      1.2222  cc1                      nonzero_bits1
2992      1.0758  cc1                      ggc_internal_alloc_stat
2516      0.9047  libc-2.11.1.so           _int_free
2454      0.8824  as                       /usr/bin/as
2244      0.8069  cc1                      fold_binary_loc
2229      0.8015  libc-2.11.1.so           malloc
1909      0.6864  libc-2.11.1.so           free
1857      0.6677  cc1                      constrain_operands.part.12
1696      0.6098  cc1                      is_gimple_reg
1688      0.6069  cc1                      et_splay
1667      0.5994  cc1                      note_stores
1632      0.5868  cc1                      walk_tree_1
1585      0.5699  cc1                      for_each_rtx_1
1577      0.5670  cc1                      pool_alloc
1572      0.5652  cc1                      tree_strip_nop_conversions

and the other testcase:
samples  %        image name               app name                 symbol name
5195      5.1031  cc1                      cc1                     
operand_equal_p
2848      2.7976  cc1                      cc1                     
bitmap_set_bit
2080      2.0432  libc-2.11.1.so           libc-2.11.1.so           _int_malloc
1879      1.8458  cc1                      cc1                     
htab_find_slot_with_hash
1432      1.4067  cc1                      cc1                     
bitmap_bit_p
1298      1.2750  cc1                      cc1                     
mem_attrs_htab_eq
1290      1.2672  cc1                      cc1                     
record_reg_classes.constprop.9
1063      1.0442  cc1                      cc1                      walk_tree_1
1010      0.9921  cc1                      cc1                     
tree_strip_nop_conversions
1004      0.9862  cc1                      cc1                     
bitmap_ior_into
963       0.9460  libc-2.11.1.so           libc-2.11.1.so           memset
934       0.9175  cc1                      cc1                     
df_worklist_dataflow
882       0.8664  cc1                      cc1                     
mark_all_vars_used_1
806       0.7917  as                       as                       /usr/bin/as
795       0.7809  opreport                 opreport                
/usr/bin/opreport
793       0.7790  cc1                      cc1                     
ggc_internal_alloc_stat
784       0.7701  cc1                      cc1                     
is_gimple_reg
732       0.7190  cc1                      cc1                     
constrain_operands.part.12
701       0.6886  cc1                      cc1                     
bitmap_ior_and_compl
672       0.6601  cc1                      cc1                      et_splay
650       0.6385  libc-2.11.1.so           libc-2.11.1.so           _int_free
612       0.6012  cc1                      cc1                     
for_each_rtx_1
608       0.5972  libc-2.11.1.so           libc-2.11.1.so           memcpy
603       0.5923  libc-2.11.1.so           libc-2.11.1.so           malloc
596       0.5855  cc1                      cc1                     
bitmap_elt_insert_after
581       0.5707  cc1                      cc1                     
ix86_decompose_address
570       0.5599  cc1                      cc1                      bitmap_copy
568       0.5580  cc1                      cc1                      cse_insn

so apparently not much of surprise.


       reply	other threads:[~2011-01-08 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-18687-4@http.gcc.gnu.org/bugzilla/>
2011-01-08 16:14 ` hubicka at gcc dot gnu.org [this message]
2011-01-08 16:21 ` hubicka at gcc dot gnu.org
2011-01-18 14:28 ` [Bug tree-optimization/18687] " rguenth at gcc dot gnu.org
2012-05-27 23:14 ` steven at gcc dot gnu.org
2023-02-06 12:03 ` rguenth at gcc dot gnu.org
     [not found] <bug-18687-7958@http.gcc.gnu.org/bugzilla/>
2010-05-22 18:12 ` [Bug tree-optimization/18687] [4.3/4.4/4.5/4.6 Regression] " rguenth at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-18687-4-iCujNrBR8k@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).