asmjit::JitRuntime Class Reference [¶]

JIT execution runtime is a special Target
that is designed to store and execute a generated code.
JIT runtime is the easiest way of using AsmJit as it abstracts allocation and deallocation of virtual memory where executable code can be placed and from which it can be executed as well.