This is the mail archive of the gcc-cvs@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]

r123912 - in /branches/escape-analysis/gcc/java...


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


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