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: Work in progress: "Super Sib Calls"; opinions sought


On Tue, Sep 10, 2002 at 11:15:12AM -0600, Jeff Law wrote:
> BTW, we are making the assumption that the register allocator will
> realize that call-clobbered registers are available at the sibcall
> site.  It should probably already do that and failure to get a reg
> would indicate a serious problem in the allocator ...

Nope.  Since we've not yet emitted the sibcall_epilogue 
(and how could we before register allocation), there's
nothing in the viscinity of the sibcall pattern that would
indicate that a call-saved register wasn't usable.


r~


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