Website | Source
Can be either executed directly or converted to C.
Appears to replace NekoVM in practice.
Performance-oriented features:
- HL bytecode is strictly typed
- Fast anonymous objects access using typed "virtuals"
- Static dispatch of object methods when no override exists
- Compact memory representation for all values
- Inference to reduce null field access checks to the minimum (soon)
- Low level access for pointers, single float, 8 and 16 bits integers
Tags:
vm
Last modified 22 November 2024