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. Use when this capability is needed.

tomevault-io 92c54fc 2 files · 5.6 KB Updated

File contents

tomevault-io/skills-registry/tree/main/antonykamp--cc-truffle-performance-plugin--detecting-deoptimizations commit 92c54fc290

Frequently asked questions

npx skillmds@latest add tomevault-io/detecting-deoptimizations