Module jit

Source
Expand description

Just-in-time compiler (Linux x86, macOS x86)

Structs§

JitCompiler
Temporary object which stores the compilation context
JitProgram
The program compiled to native host machinecode

Enums§

OperandSize
Bit width of an instruction operand

Constants§

MACHINE_CODE_PER_INSTRUCTION_METER_CHECKPOINT
The maximum machine code length in bytes of an instruction meter checkpoint
MAX_EMPTY_PROGRAM_MACHINE_CODE_LENGTH
The maximum machine code length in bytes of a program with no guest instructions
MAX_MACHINE_CODE_LENGTH_PER_INSTRUCTION
The maximum machine code length in bytes of a single guest instruction
MAX_START_PADDING_LENGTH
The maximum machine code length of the randomized padding