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: [PATCH][RFC] Another approach to fixing "bad" inlining


On Jul 11, 2007, Richard Guenther <rguenther@suse.de> wrote:

> We can't do that at this point.  What we can do is use a 
> VIEW_CONVERT_EXPR to convert the something that get's passed into
> something that is expected.  But I suppose in cornercases this
> is more fragile than leaving the argument uninitialized.

Or you could initialize the argument to a trap, and let the optimizer
take care of the rest.

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
FSF Latin America Board Member         http://www.fsfla.org/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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