code wiki / _hdl_build / nx_compilefix_pm.nx

nx_compilefix_pm.nx

buildroot/runtime/_hdl_build/nx_compilefix_pm.nx

3707 B51 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

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

nx_pm_decision_matrix.nx nx_pm_review_log.nx nx_syscalls.nx nx_compilefix_pm.nx

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

main cf_puts sys_write dm_cost_of_delay dm_wsjf sys_mmap sys_write ↻ sys_openat_append pm_w sys_write ↻ pm_cstr_len sys_close pm_open sys_openat_append ↻ pm_flag pm_w ↻ sys_exit

structs

none

consts

none

functions

10func 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 }
called by 1: main calls 1: sys_write
12func main() -> i64