feat(igla): Wave Loop 883 — module-scope [585][2]^6 Pt non-power-of-two outer-dimension array-of-struct variable from call with indexed signed writes - #1815
Open
gHashTag wants to merge 3 commits into
Open
Conversation
…wo outer-dimension array-of-struct variable from call with indexed signed writes (Closes #1812) - OUTER = 583, MID_IDX = 291 - Elements = 583 × 2⁶ = 37,312 - Packed vector = 37,312 × 32 = 1,193,984 bits ≈ 1.139 MiBit - Continues the non-power-of-two outer-dimension array-of-struct packed-vector ladder. - Zero compiler / reference-model / FROZEN_HASH changes for witness. - Generator copy-hazard prevented by pre-run grep of all three stale-reference locations. Validation matrix: - t27c parse → PASS - t27c icarus-lowerable → lowerable - t27c icarus-simulate → PASSED (17 cycles) - t27c icarus-cocotb → reference-model OK - t27c seal --save → seal saved - cargo test --release --test icarus_lowerable accepts_w882_bench_module_583x2p6_aos_var_call_write → passed - Full suite → 342/0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…wo outer-dimension array-of-struct variable from call with indexed signed writes (Closes #1814) - OUTER = 585, MID_IDX = 292 - Elements = 585 × 2⁶ = 37,440 - Packed vector = 37,440 × 32 = 1,198,080 bits ≈ 1.143 MiBit - Continues the non-power-of-two outer-dimension array-of-struct packed-vector ladder. - Zero compiler / reference-model / FROZEN_HASH changes for witness. - Generator copy-hazard prevented by pre-run grep of all three stale-reference locations. Validation matrix: - t27c parse → PASS - t27c icarus-lowerable → lowerable - t27c icarus-simulate → PASSED (17 cycles) - t27c icarus-cocotb → reference-model OK - t27c seal --save → seal saved - cargo test --release --test icarus_lowerable accepts_w883_bench_module_585x2p6_aos_var_call_write → passed Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gHashTag
enabled auto-merge
August 6, 2026 20:18
…, skills, memory (Refs #1814, PR #1815) - Add closeout report and W884 cooperation variants. - Add W884 plan. - Update t27-wave-loop skill with W883 worked example. - Restore t27-master-executor skill with live queue state. - Update .trinity/current-issue.md for W884 (TBD issue). - Append W883 learning to .trinity/experience.md. - Update docs/NOW.md with W883 close-out and W884 current. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Aug 6, 2026
Merged
Closed
Merged
Merged
This was referenced Aug 8, 2026
Merged
Merged
Merged
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continue the mechanical packed-vector array-of-struct ladder past the 1-MiBit line.
[585][2]^6 Ptnon-power-of-two outer-dimension array-of-struct variable from call with indexed signed writes.Pt = pub struct Pt { x : i16, y : i16 }.585 × 64 = 37,440.37,440 × 32 = 1,198,080bits (~1.143 MiBit).MID_IDX = 292; frame-condition element[292][1][0][0][0][0][0]is element292·64 + 32 = 18,720.Validation matrix:
t27c parse→ PASSt27c icarus-lowerable→ lowerablet27c icarus-simulate→ PASSED (17 cycles)t27c icarus-cocotb→ reference-model OKt27c seal --save→ seal saved (sha256:80d27981...)cargo test --release --test icarus_lowerable accepts_w883_bench_module_585x2p6_aos_var_call_write→ passedcorpus_classifier_matches_lean_completenessmismatch forspecs/cloud/railway_deploy.t27is under investigation (not introduced by this wave).Zero compiler / reference-model /
FROZEN_HASHchanges.Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com