This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Two problems with gimplify_init_constructor
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 12 Aug 04 16:57:01 EDT
- Subject: Re: Two problems with gimplify_init_constructor
I'm thinking now, actually. It also interferes with a patch I have
pending to once again share stack slots. Something that's important
because we can no longer build kernels with 4k stacks with 3.5.
I really worry about pessimizing code. It should at least be kept for
objects that are real constants (e.g., never assigned) and can be
safely kept for scalars.