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]

Re: C++ PATCH: Reduce memory usage when inlining


I would expect this to break things that try to take the address of the
variable in question.  I prefer the patch I sent you earlier; rather than
trying to do away the VAR_DECLs entirely, it would treat them as
initialized const variables, subject to decl_constant_value.

Jason

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