First page Back Continue Last page Summary Graphics
Bytecode interpreter
Very simple compiler
- High-level, untyped bytecode
- No optimizations
Switch-based dispatch on opcode
- Most ops are fairly expensive
- Cheapest do just stack ops & refcounts
- Many involve function calls
- Periodic checks for signal, threads
Notes: