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


"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.

zw


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