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] must-alias analysis


On Mon, 2003-07-14 at 14:04, law@redhat.com wrote:

> Cool.  Do we make sure and clear TREE_ADDRESSABLE on these variables?
> 
Yup.  tree-must-alias.c:promote_var.  There's a FIXME note in there to
address a problem I was running into when flipping TREE_ADDRESSABLE on
arrays and structures.  The RTL expanders tend to get upset whenever we
do that.

> You might look and see if you're calling put_var_into_stack and 
> fixup_var_refs*.  If you are, then we should fix that! :-)
> 
OK.


> I've always wanted to have a quick and dirty DCE pass that could be
> run whenever we need it.  tree-ssa-dce.c is too heavyweight for that
> kind of use.
> 
Yeah, we will be doing DCE more often now.  Several passes, including
the dominator opts tend to leave dead code that we may want to remove
quickly.


> We've *REALLY* got to fix our handling of NOP_EXPRs.  REALLY REALLY REALLY.
> 
Agreed.


Diego.


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