This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Optimize IA64 brl to br


On Wed, Jan 28, 2004 at 04:13:39PM -0800, Zack Weinberg wrote:
> "H. J. Lu" <hjl@lucon.org> writes:
> 
> > The IA64 compiler may generate brl. But it may be replaced by br
> > during the relax finalize pass. This patch implements it.
> 
> Is this replacement actually an improvement?  It doesn't shrink the
> code, or execute anything in the now-freed-up slot, so the only way
> it could be is if br is faster than brl, and this I find unlikely.

I was told that br is faster than brl. It has something to do with
branch prediction on hardware.


H.J.


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