Expand description
Deoptimization tracking for JIT-compiled functions.
Tracks which JIT-compiled functions depend on specific shape IDs, so that when a shape transitions (e.g., a HashMap gains a property), all functions that guarded on that shape can be invalidated.
Structsยง
- Deopt
Tracker - Tracks shape dependencies for JIT-compiled functions.