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
Mis à jour 1/17/2026
Étoiles
0
Forks
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.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use detecting-deoptimizations