code wiki / _hdl_build / nx_heal_selfix.nx

nx_heal_selfix.nx

buildroot/runtime/_hdl_build/nx_heal_selfix.nx

1580 B24 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tooltopic heal
docsdependenciesstructsconstsfunctions

about

nx_heal_selfix.nx -- hand the failing nx_selfix_test to the ENGINEER's managed build gate and see if the Engineer heals the register-pressure gate-clobber itself (the user's ask: the Engineer manages this, not me). Prints the gate's verdict + how many regs it healed.

dependencies 2 imports · 0 importers

nx_engineer_build_gate.nx nx_itoa_lib.nx nx_heal_selfix.nx

imports: nx_engineer_build_gate.nx (unresolved)nx_itoa_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main hs_puts hs_num nxi_out nxi_fd sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable nxa_dump_sizes ccz_cat_num nxi_buf sys_write ↻ sys_munmap

structs

none

consts

none

functions

7func hs_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main
12func hs_num(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
14func main() -> i64
calls 2: hs_putshs_num