[][src]Function whitespacers::debug_compile

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

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.