Re: [google gcc-4_7] new module grouping method (issue7393058)

2013-02-25 Thread Miles Bader
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

[google gcc-4_7] new module grouping method (issue7393058)

2013-02-25 Thread Rong Xu
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