nx_compiler_bounds_cli_gate.nx
buildroot/runtime/nx_compiler_bounds_cli_gate.nx
about
End-to-end CLI qualification of the staged compiler against a supplied incumbent.
Uses existing timed capture, per-run exclusive fixtures and complete artifact byte comparisons.
dependencies 2 imports · 0 importers
imports: nx_wat_refuse_gate.nxnx_gate_verdict.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
| 5 | const BC_PAGE: i64=65536 |
| 6 | const BC_PRIVATE: i64=448 |
| 7 | const BC_I64_MAX: i64=9223372036854775807 |
functions
| 12 | func bc_number(s: *u8) -> i64 called by 1: main |
| 17 | func bc_read(path: *u8,out: *u8) -> i64 called by 1: bc_run |
| 23 | func bc_equal(a: *u8,an: i64,b: *u8,bn: i64) -> i64 called by 1: main |
| 28 | func bc_run(subject: *u8,dir: *u8,source: *u8,options: *i64,noptions: i64,want: i64,cause: *u8,label: *u8,c: *i64) -> i64 |
| 60 | func bc_save(dst: *u8) -> i64 {var i: i64=0;while i<bc_output_n{dst[i]=bc_output[i];i=i+1};return bc_output_n} called by 1: main |
| 61 | func bc_literal(characters: i64) -> *u8 |
| 70 | func main(argc: i64,argv: **u8) -> i64 |