Re: [PATCH] Simplify gcov_histogram as it's used only for ARCS counters.

2018-06-05 Thread Jim Wilson
On 05/29/2018 06:08 AM, Martin Liška wrote: libgcc/ChangeLog: 2018-05-18 Martin Liska * libgcov-driver.c (gcov_compute_histogram): Remove usage of gcov_ctr_summary. (compute_summary): Do it just for a single summary. (merge_one_data): Likewise. (merge_

Re: [PATCH] Simplify gcov_histogram as it's used only for ARCS counters.

2018-06-05 Thread Martin Liška
Installed as r261189. Martin

[PATCH] Simplify gcov_histogram as it's used only for ARCS counters.

2018-05-29 Thread Martin Liška
Hi. As we use GCOV histogram just for ARCS type of counters, I would like to simplify: /* Cumulative counter data. */ struct gcov_ctr_summary { gcov_unsigned_t num; /* number of counters. */ gcov_unsigned_t runs; /* number of program runs */ gcov_type sum_all;