code wiki / _hdl_build / nx_ims_batch2_tail.nx
nx_ims_batch2_tail.nx
buildroot/runtime/_hdl_build/nx_ims_batch2_tail.nx
about
nx_ims_batch2_tail.nx -- push ONLY the final 3 batch-#2 leaves (neural_mt, vision_fr, voxelworld)
in a FRESH process. The push subprocess can be spawned only a few times per process before the
documented sys_read_file 4GB-reservation exhausts fork (push_rc=-1); isolating the tail 3 keeps the
run under that fork budget so all confirm push_rc==0. Same guarded+versioned vpub path; additive.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_wiki_versioned_publish.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
| 19 | const PB_EPOCH: i64 = 1781870002 |
functions
| 9 | func p_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 10 | func p_num(v: i64) -> i64 |
| 21 | func pb_publish(slug: *u8, path: *u8, cs_ptr: *i64, cs_len: *i64, ncorpus: i64) -> i64 |
| 35 | func main() -> i64 |