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] |
Steven Bosscher wrote:
On Monday 30 August 2004 03:12, Mark Mitchell wrote:Certainly, in Dan's example:
Perhaps you can wait until SRA runs, and then just DTRT for objects that get SRA'd.
Alias structured are never SRA'd.
x = a.f c = a.e a.e = 5 c = a.f
it should be possible to SRA "a" without any alias information at all,
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |