Expand description
Register-based bytecode instruction set and chunk structure.
Defines a flat, register-based bytecode IR that the register VM will execute.
Structs§
- RegChunk
- A compiled chunk of register bytecode with its constant pool.
- RegInstruction
- A single register bytecode instruction.
- RegLocal
- Local register metadata for name sync.
Enums§
- RegOp
Code - Bytecode opcodes for the register-based VM.