jolt/spike/chez
Yogthos e98afcad13 Chez Phase 1 close-out: truthy? elision + end-to-end compute bench (jolt-nkcb)
Elide the redundant jolt-truthy? wrapper on an :if test that provably
yields a Scheme boolean (a native comparison/not, or a boolean const).
Sound because jolt-truthy? of #t/#f is identity. The hot fib/mandelbrot
tests are all comparisons, so this is a direct ceiling lever: fib(30)
end-to-end 24.0 -> 14.4 ms.

Add bench-pipeline.janet (JOLT_CHEZ_BENCH=1, opt-in) timing fib(30) +
mandelbrot(200) through the real pipeline vs the spike ceiling.
Mandelbrot 200 runs at 87 ms, at/below the 98 ms generic-flonum ceiling
- the substrate ceiling is reached end-to-end. fib sits at 2x its
hand-flonum ceiling; the residual is jolt's all-double number model
(typed fl*/fx* emission is Phase 4). Compile-only is total for the
compute subset (every form emits; Chez has no interpreter fallback).

Full parity unchanged at 1534/2494, 0 new divergences.
2026-06-18 09:05:54 -04:00
..
collections-experiment.ss Chez Phase 0c + 0a hardening: collections decision + value-model fixes 2026-06-17 13:10:19 -04:00
fib.ss Chez re-host spike: substrate ceiling vs Janet (fib/mandelbrot) 2026-06-17 12:07:35 -04:00
mandelbrot-fl.ss Chez re-host spike: substrate ceiling vs Janet (fib/mandelbrot) 2026-06-17 12:07:35 -04:00
mandelbrot.ss Chez re-host spike: substrate ceiling vs Janet (fib/mandelbrot) 2026-06-17 12:07:35 -04:00
RESULTS.md Chez Phase 1 close-out: truthy? elision + end-to-end compute bench (jolt-nkcb) 2026-06-18 09:05:54 -04:00