Re: [google gcc-4_7] change LIPO default module grouping algorithm (issue7490043)

2013-03-05 Thread Xinliang David Li
Looks good. thanks, David On Tue, Mar 5, 2013 at 11:06 AM, Rong Xu wrote: > Hi, > > This patch changes the default lipo module grouping > algorithm from algoritm 0 (eager propagation algorithm) > to algorith 1 (inclusion_based priority algorithm). > > It also changes the name __gcov_lipo_strict

[google gcc-4_7] change LIPO default module grouping algorithm (issue7490043)

2013-03-05 Thread Rong Xu
Hi, This patch changes the default lipo module grouping algorithm from algoritm 0 (eager propagation algorithm) to algorith 1 (inclusion_based priority algorithm). It also changes the name __gcov_lipo_strict_inclusion to __gcov_lipo_weak_inclusion and the default is 0. Tested with google interna