------- Comment #1 from aldot at gcc dot gnu dot org  2008-01-28 21:47 -------
Confirmed.

Also wrong:
gcc/ipa-struct-reorg.c:sum_counts (d_str str, gcov_type *hotest)
gcc/ipa-struct-reorg.c:  if (str->count > *hotest)
gcc/ipa-struct-reorg.c:    *hotest = str->count;
gcc/ipa-struct-reorg.c:  gcov_type hotest = 0;
gcc/ipa-struct-reorg.c:    sum_counts (str, &hotest);
gcc/ipa-struct-reorg.c:    if (str->count * 100 < (hotest *
STRUCT_REORG_COLD_STRUCT_RATIO))
gcc/params.def:/* The threshold ratio between current and hotest structure
counts.
gcc/params.def:   calculated by profiling, to the hotest structure count 
gcc/params.def:   "The threshold ratio between current and hotest structure
counts",


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldot at gcc dot gnu dot org
           Severity|trivial                     |normal
             Status|UNCONFIRMED                 |NEW
          Component|c                           |translation
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-28 21:47:53
               date|                            |


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

Reply via email to