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]

Re: Memory aliasing and stack slots


On Sun, May 28, 2000 at 08:07:28AM -0400, Richard Kenner wrote:
> Presumably, at least in some languages, X and Y will have different alias
> sets, so they won't conflict.  But that means that we might move load of X
> until after a store of Y, which is wrong.

See assign_stack_temp_for_type -- X and Y will not share a
stack slot if they do not have compatible alias sets.


r~

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