home/categories/debugging/antonykamp-cc-truffle-performance-plugin-skills-detecting-deoptimizations-skill-md
debuggingtools

detecting-deoptimizations

Traces deoptimization events where execution falls back from compiled code to interpreter. Use to detect deoptimization loops, unstable assumptions, and type instability. Zero transfers in steady-state is the goal. Many transfers indicate severe performance problems. Critical for diagnosing compilation instability.

antonykamp
maintainer
antonykamp
更新於 1/17/2026
星標
0
分支
0
quick start

Installation and usage

Traces deoptimization events where execution falls back from compiled code to interpreter. Use to detect deoptimization loops, unstable assumptions, and type instability. Zero transfers in steady-state is the goal. Many transfers indicate severe performance problems. Critical for diagnosing compilation instability.

安裝
$ install --globalskills.sh
使用

安裝後,您可以通過在終端運行以下命令來使用此技能:

skills use detecting-deoptimizations