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: [PATCH] Improve updating of frequencies in unswitching


Hello,

> On Thu, Jun 26, 2003 at 05:26:57PM +0200, Zdenek Dvorak wrote:
> > 	* basic-block.h (RDIV): New.
> > 	(EDGE_FREQUENCY): Use it.
> > 	* cfgloopmanip.c (remove_path): Update frequencies on the other
> > 	path.
> > 	(scale_bbs_frequencies): Use RDIV.
> > 	(RDIV): Moved to basic-block.h.
> 
> Ok.

I have noticed that this "improvement" actually introduces a lot of
hard to handle errors in updating frequencies on other places.
I am working on more reliable solution.

Zdenek


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