Skip to content

Resolve "Make instructions 16-bit in bytecode"

Clean Importer requested to merge 9-make-instructions-16-bit-in-bytecode into master

Closes #9 (closed).

This is a ~33% improvement on the space of binary bytecode files. However, because we need to add instructions to signal data in the code segment, the memory footprint of the interpreter is slightly higher (~1-2%).

Merge request reports