jit_value_set_volatile

Function jit_value_set_volatile 

Source
pub unsafe extern "C" fn jit_value_set_volatile(value: jit_value_t)
Expand description

Set a flag on a value to indicate that it is volatile. The contents of the value must always be reloaded from memory, never from a cached register copy.