nx_cc_probe.nx
buildroot/runtime/nx_cc_probe.nx
about
nx_cc_probe.nx -- sovereign compiler A/B LOOP-DETECTOR (no shell).
Runs the ACTIVE vs the pinned KNOWN-GOOD compiler on each print module via
nx_run_timeout, and classifies each: ok / **LOOP** (hung, killed) / err.
The module where ACTIVE=LOOP but KNOWN-GOOD=ok is the P0 front-end regression
trigger. This is the NishiLang replacement for the _p0_*.sh triage scaffolding
the operator (rightly) rejected -- the medium embodies the message.
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_run_timeout.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 11 | const K_MAGIC_40000: i64 = 40000 |
functions
| 13 | func cp_puts(s: *u8) -> i64 |
| 19 | func cp_putn(n: i64) -> i64 called by 1: cp_run |
| 31 | func cp_run(compiler: *u8, module: *u8, timeout_ms: i64) -> i64 |
| 50 | func main() -> i64 |