r254674 - in /trunk/gcc: ChangeLog gcov.c

marxin@gcc.gnu.org marxin@gcc.gnu.org
Mon Nov 13 09:05:00 GMT 2017


Author: marxin
Date: Mon Nov 13 09:05:55 2017
New Revision: 254674

URL: https://gcc.gnu.org/viewcvs?rev=254674&root=gcc&view=rev
Log:
GCOV: introduce vector for function_info::counts.

2017-11-13  Martin Liska  <mliska@suse.cz>

	* gcov.c (function_info::function_info): Remove num_counts
	and add vector<gcov_type>.
	(function_info::~function_info): Use the vector.
	(process_file): Likewise.
	(read_graph_file): Likewise.
	(read_count_file): Likewise.
	(solve_flow_graph): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gcov.c



More information about the Gcc-cvs mailing list