This is the mail archive of the gcc@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: Two problems with gimplify_init_constructor


On Thu, Aug 12, 2004 at 04:42:01PM -0400, Richard Kenner wrote:
> Why?  Isn't it just an optimization?

Not without writing new code it isn't.

        /* ??? This bit ought not be needed.  For any element not present
           in the initializer, we should simply set them to zero.  Except
           we'd need to *find* the elements that are not present, and that
           requires trickery to avoid quadratic compile-time behavior in
           large cases or excessive memory use in small cases.  */

> That time is indeed coming closer and closer ...

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.


r~


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