[tree-profiling] enable inliing and value profiling with -fprofile-use

Richard Guenther richard.guenther@gmail.com
Wed Feb 2 13:04:00 GMT 2005


On Wed, 2 Feb 2005 13:51:02 +0100, Jan Hubicka <jh@suse.cz> wrote:
> Hi,
> now when we do profile guided inlining we ought to do good job in all
> cases so we should enable the inlining by default.  I also noticed that
> value profiling is still disabled for some reason, so I am trying to
> re-enable it.
> 
> Honza

Do we also enable inlining of small functions with -fprofile-generate now?
I remember running into the degenerate case of having 90% of the insns
deal with profile counter updating for the typical POOMA testcases otherwise
while profiling.

Richard.



More information about the Gcc-patches mailing list