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-ssa]: PATCH: hookize profiling


> Hello,
> 
> > > They can, but I don't think it would gain anything, and this is the way 
> > > it was before.
> > > I moved ctr_labels down because they never need to be initialized at all
> > > when tree-based counters are used.
> > 
> > Hmm, when you do RTl profiling do you need the tree tables?
> 
> yes -- the trees there are used to emit the appropriate data structures
> for profiling data.

I see, I was in impression that they are rebuilt when producing the
counters, but that piece is OK then.

Honza
> 
> Zdenek


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