lyng/notes/bytecode_vm_notes.md

4 lines
129 B
Markdown

# Bytecode VM notes
- Opcode switch dispatch was measured slower than virtual dispatch; keep the per-op Cmd class path for now.