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]

Re: IA-64 anti-dependence stalls


On Fri, Aug 10, 2001 at 05:34:26PM -0700, Stephen Clarke wrote:
> We're doing some microarchitecture experiments that may benefit from this
> idea -- can anyone provide more information on what was done, and
> whether this code is public?

The code is in regrename.c, and is enabled by -frename-registers.

As for what was done, we look for registers that are written more
than once in a basic block and move subsequent writes to a new
register if there is one available.  Of course all of the reads
are adjusted to match.


r~


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