pub fn release(v: &mut CodeValue)Expand description
Release whatever v holds — call on every temporary CodeValue you
built and no longer need (matching runtime.c’s own refcounting rule:
every slot that ever named a heap block owns exactly one reference to
it).