Skip to main content

Module hostcall_superinstructions

Module hostcall_superinstructions 

Source
Expand description

Superinstruction compiler for hot typed-hostcall opcode traces.

Structs§

HostcallSuperinstructionCompiler
Deterministic compiler for recurring opcode motifs.
HostcallSuperinstructionExecution
Canonical + fused execution representation with safe fallback details.
HostcallSuperinstructionPlan
A fused superinstruction plan derived from repeated hostcall opcode windows.
HostcallSuperinstructionSelection
Plan lookup/deoptimization result for a concrete trace.

Constants§

HOSTCALL_SUPERINSTRUCTION_PLAN_VERSION
Plan payload version.
HOSTCALL_SUPERINSTRUCTION_SCHEMA_VERSION
Versioned schema for serialized superinstruction plans.

Functions§

execute_with_superinstruction
Execute a trace under superinstruction selection with immediate safe fallback.
select_plan_for_trace
Select the best matching superinstruction plan for a trace prefix.