Skip to main content

fast_func

Function fast_func 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn fast_func( q: *mut CompilerResult, ) -> *const usize
Expand description

Returns a pointer to the fast function if one can be compiled.

ยงSafety

1. If the model cannot be compiled to a fast function, NULL is returned.
2. A fast function code memory is leaked and is not deallocated.