TornadoVM icon indicating copy to clipboard operation
TornadoVM copied to clipboard

Add information about dumping of GrallVM IR graph in documentaiton

Open andrii0lomakin opened this issue 1 year ago • 4 comments
trafficstars

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.

andrii0lomakin avatar Aug 02 '24 11:08 andrii0lomakin