Benchmarks
| Guide | What it measures |
|---|---|
| JIT | JIT compile + run latency on macOS ARM64 |
| Polyglot compilers | in compile vs installed native compilers on polyglot samples |
| Self-host vs native | in build vs rustc (time, binary size, startup) on in-cli |
Regenerate:
./scripts/bench-self-host.sh && python3 scripts/render-self-host-bench-md.py
./scripts/bench_polyglot_compilers.v # polyglot matrix
Swift-vs-in benchmark removed; use polyglot-compilers for cross-language compile-time comparison.