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.
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