code wiki / _hdl_build / nx_vskip_gate.nx

nx_vskip_gate.nx

buildroot/runtime/_hdl_build/nx_vskip_gate.nx

2734 B53 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_vskip_gate.nx -- proves + MEASURES sovereign skip-block coding (nx_vskip). Native, fast. 1) static block (sad 0, mv 0) -> skip ; 2) moved/changed block -> not skip ; 3) measured static-frame saving

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_vskip.nx nx_gate_verdict.nx nx_vskip_gate.nx

imports: nx_syscalls.nxnx_vskip.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

7func g_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
8func g_pn(v: i64) -> i64
17func g_check(name: *u8, cond: i64) -> i64
22func main() -> i64