ffwff/hana

decouple Vm from Compiler

ffwff opened this issue · 0 comments

ffwff commented

Remove the vm field from Compiler and make the Compiler have a code CArray instead.

The compiler should also have an into_vm method which would move its modules_info and code field to a new Vm. After that we should also remove the new_append_vm method.