Re: [patch] Profiling infrastructure TLC (1/n)

2012-07-23 Thread Richard Guenther
On Sun, Jul 22, 2012 at 12:40 AM, Steven Bosscher wrote: > Hello, > > This patch cleans up some "interesting" things in GCC's profiling > support. The most significant changes are the removal of > BB_TO_GCOV_INDEX and after_tree_profile. Another visible cleanup is > that -profile-generate no longe

[patch] Profiling infrastructure TLC (1/n)

2012-07-21 Thread Steven Bosscher
Hello, This patch cleans up some "interesting" things in GCC's profiling support. The most significant changes are the removal of BB_TO_GCOV_INDEX and after_tree_profile. Another visible cleanup is that -profile-generate no longer sets flag_value_profile_transformations. The rest is mostly just c