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: [RFC PATCH] Fix middle-end/6963


On Fri, Jun 28, 2002 at 02:29:11PM -0400, David Edelsohn wrote:
> 	Would allocating the stack slot much earlier be correct?  Even if
> this is corect, it is troubling that we need to allocate a stack slot that
> may never be used if the splitter is never invoked.

That's one approach.  Another is to have a pseudo operand
with an "m" constraint when you need its memory.


r~


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