A tail-call interpreter in (nightly) Rust
TL;DR AI
2 min readKey summary
A tail-call VM implemented in nightly Rust outperformed the author's prior Rust implementation and hand-written ARM64 assembly.
Two independent research projects developed VM/interpreter approaches for serialization instructions.
Those VM approaches produced higher performance and reduced code size for certain projects while remaining experimental and not production-ready.



