Skip to main content Module backend Copy item path Source BackendState ๐ All backend-thread-owned mutable state. CompileJitRequest ๐ An explicit JIT compilation request. EntryState ๐ Per-key state tracked by the backend. PrepareAotRequest ๐ An explicit AOT preparation request. ResidentMeta ๐ Per-entry metadata tracked alongside the resident map for eviction decisions. AdmitMode ๐ Whether a JIT admission request was triggered by hot-path observation
(gated on hotness + cold-entry cap) or by an explicit user request
(unconditional, may carry a sync notifier). Command ๐ Commands sent to the backend thread on the bounded command channel. EntryPhase ๐ Phase of a backend entry. jit_total_bytes ๐ Returns the total bytes of JIT-allocated memory via the memory plugin. run ๐ Runs the backend event loop. Called on the backend thread. EventQueue ๐ Bounded MPMC lock-free queue of lookup-observed events. ResidentMap ๐ The resident map type: code_hash+spec_id โ compiled program.