From 64611d312280dd5d63d498ded09ae4e9a6eaf34c Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 7 Oct 2025 02:38:28 +0700 Subject: refining nock with tail calls and sheet --- ocaml/test/dune | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ocaml/test/dune') diff --git a/ocaml/test/dune b/ocaml/test/dune index d23fc4d..abe712a 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -271,6 +271,14 @@ (name test_two_stage_boot) (modules test_two_stage_boot) (libraries nock_lib eio_main unix)) +; NOTE: Run with increased stack size for solid pill: +; OCAMLRUNPARAM='l=100M' dune exec test/test_two_stage_boot.exe + +(executable + (name test_nock_iter) + (modules test_nock_iter) + (libraries nock_lib eio_main unix)) +; NOTE: This uses the iterative Nock interpreter - no stack limit needed! (executable (name test_mug) -- cgit v1.2.3