A small demo of rustc's experimental Cranelift JIT mode, plus the benchmark
behind the graphic. It runs a normal .rs file: rustc parses and checks it,
then Cranelift generates native machine code in memory and executes it.
No standalone executable is emitted in JIT mode.
This reproduction targets Apple Silicon macOS. It was measured on an Apple M5 Max. The benchmark uses macOS library paths and system tools; it is not a cross-platform harness.
