Create a virtual machine for the bytecode corresponding to the given AST.
Create a virtual machine for the bytecode corresponding to the given AST. The bytecode is generated by the code generator.
Create a virtual machine for the bytecode produced by the given code generator so far.
Create a virtual machine for the bytecode produced by the given code generator so far. The virtual machine will be created with a snapshot of the bytecode created by the code generator, so future operation of the code generator will not affect the virtual machine.
Create a virtual machine for the bytecode produced by the given bytecode builder.
Create a virtual machine for the bytecode produced by the given bytecode builder. The virtual machine will be created with a snapshot of the bytecode created by the bytecode builder, so future operation of the bytecode builder will not affect the virtual machine.
Create a virtual machine for the given bytecode.
Factory methods for creating virtual machines.