Module codegen

Source

Modules§

analysis
Submodule of code generation containing structures related to code analysis Most notably this includes the verification stages of compilation
util
Small utility structures

Structs§

CodeExecutor
This struct contains the actual JIT compiler
CodeGenerator
This struct contains the IR Builder
CompiledRuntime
Wrapper struct for runtime after compilation
GlobalContext
Context for global data (i.e. data shared by all threads) Every thread gets an Arc reference of this

Functions§

_call2rust_handler
_end_of_step
_interaction_handler
_interaction_sync_handler
allowed_symbol_filter
print_f64
print_u64

Type Aliases§

CallbackStateType
CallbackType