// Release-only: 5M instructions in a debug build take ~25s and are the single
// biggest serial chunk of the suite, which tips slow CI runners (macOS/Windows)
// over the job timeout. Emulation is ~15-30x faster in release, so we only build
// and run it there; the debug pass skips it.