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: Lower VLA representation to pointers


On Wed, Aug 11, 2004 at 10:24:28AM -0400, Jason Merrill wrote:
> Hmm, what happens if xyzzy is in a loop?  Previously we would properly
> release its memory when it went out of scope.  If we're converting to
> alloca, I suspect that's broken.

Nope.  We still do the stack_save/restore thing.  It's 
controlled by having a DECL_EXPR set the flag for the
BIND_EXPR, rather than having gimplify_call_expr notice
magic functions being invoked.


r~


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