r266702 - in /trunk/gcc: ChangeLog coverage.c p...

law@gcc.gnu.org law@gcc.gnu.org
Fri Nov 30 23:54:00 GMT 2018


Author: law
Date: Fri Nov 30 23:54:30 2018
New Revision: 266702

URL: https://gcc.gnu.org/viewcvs?rev=266702&root=gcc&view=rev
Log:
	* coverage.c (get_coverage_counts): Use from_function_decl for precise
	function location.
	* profile-count.c (profile_count::dump): Add handling for precise
	profile quality.
	* profile.c (compute_branch_probabilities): Rely on exec_counts instead
	of profile_info to set profile_status of function.
	(branch_prob): Do not set profile_status of function based on
	profile_info. Done above based on exec_counts.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/coverage.c
    trunk/gcc/profile-count.c
    trunk/gcc/profile.c



More information about the Gcc-cvs mailing list