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


    Any scalar that gets dumped to the stack will very likely be shared
    with some other memory.

True.

    Objects that are real constants should either be promoted to static
    memory, or constant propagated.

My concern is the constant pool.  You want to be sure that stores to user
variables don't invalidate them.


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