code wiki / _hdl_build / nx_compilefix_pm.nx
nx_compilefix_pm.nx
buildroot/runtime/_hdl_build/nx_compilefix_pm.nx
about
nx_compilefix_pm.nx -- the PM TAKES the foundational assignment "<10s daemon builds" and routes it to
the team with tutoring (operator: "have the pm take this assignment and help tutor the nishi team").
It is the TOP priority because it BLOCKS the daemon build, which blocks site-live -- highest Cost of
Delay in the whole project. Spec: knowledge/specs/2026-06-06-fast-compiler-crypto-assignment.md
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_pm_decision_matrix.nxnx_pm_review_log.nxnx_syscalls.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
| none |
functions
| 10 | func cf_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func main() -> i64 |