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: Don't generate initializers incrementally


On Sat, Nov 04, 2000 at 10:29:54AM -0800, Mark Mitchell wrote:
> Fascinating.  I didn't know that C99 allowed this, but what you say
> means that my change actually should make it much easier to implement
> this C99 feature.

What might help the straight data case, but not the relocation-full
case, is to have the compiler store the memory image directly, rather
than a while pile of trees.


r~

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