code wiki / _hdl_build / nx_min.nx

nx_min.nx

buildroot/runtime/_hdl_build/nx_min.nx

335 B4 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_min.nx -- the minimal Nishi program (do-nothing, exit 0). Used by nx_recycler_bench_measure to time PURE process startup (fork+exec+exit) and read the binary size of a trivial native ELF -- the measured basis for the benchmark's "startup-time" and "binary-size" wins. license_tier: ORIGINAL

dependencies 0 imports · 0 importers

imports: none

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

4func main() -> i64 { return 0 }