nx_scratch_probe.nx
buildroot/runtime/nx_scratch_probe.nx
about
nx_scratch_probe.nx -- R0.0b proof kernel: uses the WASM-lane nx_scratch to allocate DISTINCT framed
buffers, the multi-word-local idiom that the wat lane previously had no allocator for. If nx_scratch
handed back the same address (the old no-op-alloca failure mode), a and b would alias and the sum would
be wrong; distinct buffers give the correct native-equivalent answer. Pure (imports only nx_wasm_scratch).
dependencies 1 imports · 0 importers
imports: nx_wasm_scratch.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 8 | func sp_two(n: i64) -> i64 |
| 20 | func sp_gap() -> i64 |
| 29 | func sp_probe() -> i64 |