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]
Other format: [Raw text]

Re: [tree-ssa] PATCH to &&/|| gimplification


    > Wouldn't that lose the memory tracking information we have now?

    Yes.  That's why you do array transformations before lowering
    ARRAY_REFs.

I don't follow.  A critical use of the memory tracking information is
in -fverbose-asm, so the assembler code is more readable.  It is used in
optimization, but that's the less important use, I'd say.


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