Using IGV to display my own compiler graphs
Jaroslav Tulach
jaroslav.tulach at oracle.com
Fri Sep 29 15:04:38 UTC 2017
On úterý 18. července 2017 16:32:39 CEST Arthur Peters wrote:
> I'm looking to use IGV to visualize some graphs for a (non-Java, but Truffle
> based) language I am developing. However, I haven't been able to find any
> up to date documentation or an active community for IGV.
>
> Is this an appropriate place to ask for help on using IGV for my own
> purposes? Or is there another place I should look?
>
> Specifically I want to figure out if there is an API I could use to generate
> IGV graphs based on my own graph data structures which have no relation to
> Truffle's or Graal's graphs.
Hello Arthur,
yes, there is.
$ git clone https://github.com/graalvm/graal.git
$ cd graal/compiler
$ mx javadoc # run on JDK8
$ firefox src/org.graalvm.graphio/javadoc/org/graalvm/graphio/package-
summary.html
Thanks for your interest in Graph I/O API. Let me know whether you find it
usable for your purpose.
Regards.
-jt
More information about the graal-dev
mailing list