r123912 - in /branches/escape-analysis/gcc/java...
pbiggar@gcc.gnu.org
pbiggar@gcc.gnu.org
Tue Apr 17 14:29:00 GMT 2007
Author: pbiggar
Date: Tue Apr 17 15:29:47 2007
New Revision: 123912
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123912
Log:
Deserialization iddnt really work since we used pointers for comparisons between nodes. Replaced a number of circumstances to use DECL_UIDs instead.
Started removing edges which made the graphs huge. We only need nodes reachable from the parameters, and the return value.
Modified:
branches/escape-analysis/gcc/java/congraph.c
branches/escape-analysis/gcc/java/congraph.h
branches/escape-analysis/gcc/java/ipa-stack-allocate.c
More information about the Gcc-cvs
mailing list