This is the mail archive of the gcc-patches@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: RFA: patch for register migration


    Reload is effectively spill code generation for us.
    This is changing a decision on *what to spill*, not *how to spill it*.
    Thus, it belongs in the register allocator, not reload.

Except that reload currently decides which hard registers to allocate as
spill registers, so it's involved in that decision already.


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