home/categories/debugging/antonykamp-cc-truffle-performance-plugin-skills-analyzing-compiler-graphs-skill-md
debuggingtools
analyzing-compiler-graphs
Dumps and analyzes Graal IR compiler graphs showing optimization decisions. Use BGV format with bgv2json/seafoam to inspect escape analysis, boxing removal, inlining decisions, and call node types. Reveals what compiler actually optimized vs intended. Use as last resort after basic profiling when root cause remains unclear.
maintainer
antonykamp
اپ ڈیٹ ہوا 1/17/2026
اسٹارز
0
فورکس
0
quick start
Installation and usage
Dumps and analyzes Graal IR compiler graphs showing optimization decisions. Use BGV format with bgv2json/seafoam to inspect escape analysis, boxing removal, inlining decisions, and call node types. Reveals what compiler actually optimized vs intended. Use as last resort after basic profiling when root cause remains unclear.
انسٹالیشن
$ install --globalskills.sh
استعمال
انسٹال کرنے کے بعد، آپ یہ اسکل ٹرمینل میں درج ذیل کمانڈ چلا کر استعمال کر سکتے ہیں:
skills use analyzing-compiler-graphs