code wiki / _hdl_build / nx_min.nx

nx_min.nx source

↩ module page · 4 lines · 335 B

1// nx_min.nx -- the minimal Nishi program (do-nothing, exit 0). Used by nx_recycler_bench_measure to time PURE 2// process startup (fork+exec+exit) and read the binary size of a trivial native ELF -- the measured basis for the 3// benchmark's "startup-time" and "binary-size" wins. license_tier: ORIGINAL 4func main() -> i64 { return 0 }