You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tornado --igv YourProgram. We use it quite frequently. You need to have IGV open in background, and it will dump all intermediate compilation phases in IGV.
andrii0lomakin
changed the title
[proposal] support of dumping of GrallVM IR graph using "standard" system properties.
Add information about dumping of GrallVM IR graph in documentaiton
Aug 2, 2024
Currently TornadoVM does not dump IR Graph when system properties such as
-Djdk.graal.Dump
,-Djdk.graal.DumpOnError
and so on are provided.Usage of such properties will allow the use of an Ideal Graph Visualizer (IGV) for the development of different Phases and tracking of bugs.
The text was updated successfully, but these errors were encountered: