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_NO_CONFLICT vs lower-subreg


On 4/16/07, Paolo Bonzini <paolo.bonzini@lu.unisi.ch> wrote:

> I suppose we could add a target macro to let individual ports turn off > REG_NO_CONFLICT generation? Any other ideas?

A pass to reorder insns so that live ranges are shortened and register
pressure is relieved.

I think Daniel Berlin had looked into this before and it only helped x86 (small register set) and hurt all others. I cannot find the reference which mentions he did this right now.

-- Pinski


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