code wiki / _hdl_build / nx_heal_selfix.nx

nx_heal_selfix.nx

buildroot/runtime/_hdl_build/nx_heal_selfix.nx

1580 B24 linesdepth 4pulls 7 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.nxnx_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 eng_build_gate eng_compile_diag sys_mmap sys_fork sys_openat_wr sys_dup3 sys_close sys_execve sys_exit sys_wait4 sys_openat_rd sys_read eng_link sys_mmap ↻ sys_fork ↻ sys_openat_wr ↻ sys_dup3 ↻ sys_close ↻ sys_execve ↻ sys_exit ↻ sys_wait4 ↻ eng_run sys_mmap ↻ sys_fork ↻ sys_openat_wr ↻ sys_dup3 ↻ sys_close ↻ sys_execve ↻ sys_exit ↻ sys_wait4 ↻ eng_crashed eng_asm_scan sys_mmap ↻ sys_read_file sys_openat_rd ↻ sys_lseek sys_mmap ↻ sys_read ↻

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