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: Why performance so poor on Alpha?


> So, perhaps some sort of modification of gas would help?
> I mean to rewrite the asm gcc outputs using more registers.
> On a load store architecture like the Alpha with a clean asm
> lifetime analysis of registers should be fairly easy and this could be
> done here more easily. Perhaps this is some sort of peep hole opt?

I don't think either of these is the right place.

I'd rather suggest to make sched1 generate USEs for psuodos a little
bit later than they actaully die, and/or CLOBBERS a little bit earlier
than they are set, so that the scheduler can pass its knowledge of the
conflicts on to the register allocator.


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