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] Fix profile updating code


> On Sun, Apr 18, 2004 at 01:48:30AM +0200, Jan Hubicka wrote:
> > The only
> > non-trivial piece is the updating after jump threading that is basically
> > cut&paste from rtl version with few comments added.
> 
> If this is largely the same, any chance this could be moved to cfghooks.c?

I was thinking about comonizing it, but it is little bit touchy.
The RTL code is quite, but not exactly the same since one does
redirection in advance and over possibly multiple edges, while the other
does redirection just over one edge.
Is there any chance that RTL jump threading will simply go?  It is
memory/CPU hog and Jeff advertises counts that are so little on GCC
bootstrap so I don't think it can pay back.

Honza
> 
> 
> r~


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