gcc/gcc ChangeLog.profiling cgraphunit.c ipa_p ...
razya@gcc.gnu.org
razya@gcc.gnu.org
Wed May 18 13:41:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-profiling-branch
Changes by: razya@gcc.gnu.org 2005-05-18 13:41:43
Modified files:
gcc : ChangeLog.profiling cgraphunit.c ipa_prop.c
ipa_prop.h
Log message:
2005-05-05 Razya Ladelsky <razya@il.ibm.com>
* cgraphunit.c (cgraph_copy_node_for_versioning): Copy the count
from original node to the versioned node. Copy the count for copied
cgraph edge.
* ipa_prop.h (struct ipa_node): Add count scale.
* ipa_prop.c (ipcp_method_get_scale, ipcp_method_get_scale,
ipcp_update_profiling, ipcp_update_bb_counts,
ipcp_update_edges_counts, ipcp_method_compute_scale): New functions
to support the update of profiling.
(ipcp_method_scale_print, ipcp_profile_print,
ipcp_profile_mt_count_print, ipcp_profile_cs_count_print,
ipcp_profile_bb_print, ipcp_profile_edge_print): New functions for
printing of profile information.
(ipcp_insert_stage): Call ipcp_update_profiling() and
ipcp_profile_print().
(ipcp_init_stage): Call ipcp_method_compute_scale().
(ipcp_structures_print): Call ipcp_method_scale_print().
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.profiling.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.156&r2=1.1.2.157
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.35.2.51&r2=1.1.4.35.2.52
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipa_prop.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipa_prop.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.4&r2=1.1.2.5
More information about the Gcc-cvs
mailing list