Function whitespacers::debug_compile

source ·
pub fn debug_compile(program: &Program, options: Options) -> Vec<u8>
Expand description

Returns a buffer containing the output of the compilation process of the specified program. This is mainly useful for debugging and optimizing the performance of the JIT compiler.