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_ADDRESSABLE and trivial dead stores before inlining


On 8/14/07, Jan Hubicka <hubicka@ucw.cz> wrote:

> > +
> > + /* A very simple dead store pass elliminating write only local

s/elliminating/eliminating/


> > +    The pass does not require alias information and thus can be run before
> > +    inlining to quickly eliminate artefacts of some common C++

s/artefacts/artifacts/

> > +
> > +         /* See if statements writes only the write only variables and

"See if STMT only stores to write-only variables and"

The rest looks OK.

Apologies again for not having had the opportunity to look at enabling
aliasing during IPA.  I will try to get it done in time for 4.4.


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