Graph theory and data flow analysis w\java

"David Boissy \[TPX\]" <david.boissy@tpx.turbopower.com>
14 Nov 2000 13:16:03 -0500

          From comp.compilers

Related articles
Graph theory and data flow analysis w\java david.boissy@tpx.turbopower.com (David Boissy \[TPX\]) (2000-11-14)
Re: Graph theory and data flow analysis w\java benwar@gmx.net (Ben War) (2000-11-16)
Re: Graph theory and data flow analysis w\java Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (2000-11-16)
| List of all articles for this month |

From: "David Boissy \[TPX\]" <david.boissy@tpx.turbopower.com>
Newsgroups: comp.compilers
Date: 14 Nov 2000 13:16:03 -0500
Organization: Compilers Central
Keywords: Java, theory
Posted-Date: 14 Nov 2000 13:16:03 EST

Group,


I wanted to do some simple data-flow analysis in java and I'm looking
for a good graph theory tool to use. I'd like it to use an adjacency
list and not a matrix because the graphs are big.


Also, I would like to perform live variable analysis on this graph
which I assume would require backwards data-flow analysis. The dragon
book covers the intraprocedural case. Can anybody provide me any book
recommendations or links for the interprocedural case? The Muchnick
book touches on this, but doesn't give any real detail.


Many thanks!


-David Boissy


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.