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: [tree-ssa] BIND_EXPR removal


On Sun, Nov 02, 2003 at 12:15:03AM -0500, Jason Merrill wrote:
> > +   expand_vars (BIND_EXPR_VARS (*body), false);
> >     lower_stmt_body (&BIND_EXPR_BODY (*body), &data);
> 
> No.  We need to handle this without messing with RTL during
> the tree optimizers.

Indeed, we've done no dead code or variable elimination at this 
point, so we're definitely expanding more stuff than we need.


r~


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