Embedding the Hashlink VM

Hashlink is a virtual machine written for the Haxe programming language. Its coolest feature is that it can compile your program to either bytecode, or to C11. You can use the bytecode during development to benefit from fast iteration times, and then compile to C11 for a release build to maximize performance.

This is a random dump of my notes after playing around with it.