Skip to main content

heap_force

Function heap_force 

Source
pub extern "C" fn heap_force(
    vmctx: *mut VMContext,
    obj: *mut u8,
) -> *mut u8
Expand description

Force a thunk to WHNF. Loops to handle chains (thunk returning thunk).