Skip to main content

run_recompiler

Function run_recompiler 

Source
pub fn run_recompiler(built: &BuiltCaps) -> (u64, u64)
Expand description

Drive built[endpoint_idx] through the in-kernel JIT via the long- lived Hyperlight Nub. Warm-cache path: subsequent calls with the same Image hit the JIT compile cache. Useful for measuring steady-state execute throughput in isolation.