> Nice. I will have a look sometime, but I'm up to my > ears upgrading Felix from a simple event queue model > to what seems to be more or less a complete user space OS .. > > I want to have an 'in depth' look at the VM -- the other > stuff isn't as interesting in the sense that the VM > what really defines the architectural properties.
You should then look at the Neko Specifications, since Neko is specified by its language and not by its vm bytecode. In general unlike other VMs (Java, .NET) you shouln't target directly the VM but instead generate Neko sourcecode and then use Neko compiler to generate corresponding optimized bytecode. Nicolas --- Neko : One VM to run them all
