
vm.pl -- SWI-Prolog Virtual Machine utilitiesThis is an internal developers module to manage the virtual machine instructions.
vm_list(:Spec) is detcurrent_output. Spec is also allowed to be a clause-reference.
clause_vm(+ClauseRef, -VM:list) is detvmi(VMI,Size).
vmi_labels(?VMI, ?Labeled)
In the labeled represention the jump arguments of VMIs are label
names and there are entries label(Name) in the list.