Skip to main content

Module deopt

Module deopt 

Source
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ยง

DeoptTracker
Tracks shape dependencies for JIT-compiled functions.