On Sat, 19 Jul 2014, Gerald Pfeifer wrote:
> On Mon, 14 Jul 2014, Richard Biener wrote:
> > 2014-07-14 Richard Biener
> >
> > * libgcov.h (struct gcov_fn_info): Make ctrs size 1.
>
> I actually had the same patch ready and tested already, but realized
> this would increase memory consumpt
On Mon, 14 Jul 2014, Richard Biener wrote:
> 2014-07-14 Richard Biener
>
> * libgcov.h (struct gcov_fn_info): Make ctrs size 1.
I actually had the same patch ready and tested already, but realized
this would increase memory consumption (though just a bit) and over-
allocate gcov_fn_info
Bootstrapped and tested on x86_64-unknown-linux-gnu, applied.
Richard.
2014-07-14 Richard Biener
* libgcov.h (struct gcov_fn_info): Make ctrs size 1.
Index: libgcc/libgcov.h
===
--- libgcc/libgcov.h(revision 212515)