We are searching for graph drawing tool which will take gimple
Hi,
I am doing project at IIT Bombay on compiler optimization .
We are searching for graph drawing tool which will take gimple
or cfg (three address code ) as input and should present basic
blocks(as nodes cotainig code) in program.Graph should be :
*clickable
*each node should b zoomable
*program may contain variable number of vertices and edges so
dynamic parameter passing to vertices or edge drawing function.
Some additional requirements regarding tool:
*tool should be supported on linux
*preferably it should be in java
We have tried for vcg,graphviz,jgraph already .Let us know any
other tool for graph drawing.
Thank you.

