This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]