code wiki / _hdl_build / nx_k3_arch_census_gate.nx
nx_k3_arch_census_gate.nx
buildroot/runtime/_hdl_build/nx_k3_arch_census_gate.nx
about
nx_k3_arch_census_gate.nx -- gate for the K3-class arch census (authored ON nx_gate_verdict).
Load-bearing tooth T2: a HAVE/PARTIAL claim with evidence "none" is LIAR-KILLED to GAP -- our K3
coverage can never be inflated past what a shipped gate proves.
T1 coverage computed from the store (points/total/permille from HAVE=2/PARTIAL=1/GAP=0)
T2 LIAR-KILL: HAVE-claim + evidence none -> effective GAP + liar_killed count (anti-fake)
T3 effective-GAP rows surface under research_opps with their fetch guidance
T4 fail-closed on an unseeded store
T5 deterministic (two runs byte-identical)
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 5 imports · 0 importers
imports: nx_store_seed_lib.nxnx_seg_store.nxnx_deploy_lib.nxnx_gate_verdict.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
| 16 | const KG_CAP: i64 = 262144 |
| 17 | const KG_PFX: i64 = 128 |
functions
| 19 | func kg_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: kg_has |
| 20 | func kg_has(q: *u8, n: i64, s: *u8) -> i64 |
| 33 | func kg_mkpfx(dst: *u8, stem: *u8, epoch: i64) -> i64 |
| 41 | func main() -> i64 |