r123435 - in /branches/escape-analysis/gcc: Mak...

pbiggar@gcc.gnu.org pbiggar@gcc.gnu.org
Mon Apr 2 20:37:00 GMT 2007


Author: pbiggar
Date: Mon Apr  2 21:37:56 2007
New Revision: 123435

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123435
Log:
Replaced naive flow-insensitive algorithm with a worklist based flow-sensitive one.
Properly handled return statements in function calls.
Removed "actual" nodes, replacing them with nodes for existing gimple vars.
Removed statement types, and moved debugging to dump_file
No longer bypass global varaibles
Commented out many unused functions

Modified:
    branches/escape-analysis/gcc/Makefile.in
    branches/escape-analysis/gcc/cfganal.c
    branches/escape-analysis/gcc/java/congraph.c
    branches/escape-analysis/gcc/java/congraph.h
    branches/escape-analysis/gcc/java/ipa-stack-allocate.c
    branches/escape-analysis/gcc/java/tree-ssa-devirt.c
    branches/escape-analysis/gcc/passes.c



More information about the Gcc-cvs mailing list