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: objects_must_conflict_p


kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:

>     But we pessimize a bit: for example int vs array of ints, or even
>     different types of arrays of ints. I don't know whether any refinement
>     is really worth implementing though.
>
> I don't know either.  I really hated this whole issue of having to be careful
> when we overlap memory since it's not just temporaries but user-variables
> in nested scopes.

Naveen's stack slot allocator should be able to help with this, but I
don't know what happened to him.

zw


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