6model Bootstrap (run-time)

MoarVM is based around the 6model object system. This must be bootstrapped as pretty much the first thing that the VM does after startup.

Bootstrap Procedure

The bootstrap is done something like this.

Beyond that, there’s nothing left to do in the VM core; all other objects are set up from code running atop of the VM.