Use iterative memiavl snapshot traversal - #3960
Open
alexander-sei wants to merge 3 commits into
Open
Seidroid / AI Review
succeeded
Aug 21, 2026 in 0s
Claude + Codex + Cursor Review: success
Converts memiavl's recursive snapshot traversal to an explicit height-sized frame stack. The state machine preserves post-order emission and the preTrees/keyLeaf/counter semantics exactly, with no slice-aliasing or stale-frame hazards.
Loading