Skip to main content

Crate gaia_jit

Crate gaia_jit 

Source
Expand description

JIT memory management for Gaia.

This crate provides a safe abstraction for allocating executable memory and writing machine code at runtime.

Structsยง

JitMemory
A buffer for JIT code execution.