x...@google.com (Rong Xu) writes:
> - gcov_unsigned_t is_exported;
> + gcov_unsigned_t flag;/* bit 0: is_exported,
> + bit 1: need to include all the auxiliary
> + modules in use compilation. */
"flags"?
Thanks,
-miles
Hi,
This is the patch that implements a new module grouping.
It's based on module level graph and simple inclusion based algorithm.
Tests are ongoing with google internal benchmarks and spec2k, spec2k6.
Thanks,
-Rong
2013-02-25 Rong Xu
* libgcc/dyn-ipa.c (struct dyn_cgraph): New De