This is the mail archive of the gcc@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: REG_FREQ


> Hello,
> 
> I have noticed that REG_FREQ is not zeroed anywhere; it means that
> frequencies are just accumulating into it during multiple calls to
> recompute_reg_usage. Is that intentional? I so, what is the rationale?

No, it is not intentional nor rational.  Please just zero it out.
I wonder why it works quite well as it is :))

Honza
> 
> Zdenek


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