Skip to main content

MOVE_LOCAL

Constant MOVE_LOCAL 

Source
pub const MOVE_LOCAL: u8 = 0x48;
Expand description

Push stack[bp + slot] and clear the slot (move semantics). Used for last-use variables: caller releases sole ownership so callees and builtins see refcount=1 and can mutate in-place.