finding(AFD-023): loom dead-stores miscompiles the meld-fused core — SIL gate caught it (loom#220)#45
Merged
Conversation
…core — SIL gate caught it (loom#220) iter#20. Moving to meld→loom→synth made loom optimize the FUSED core, and the behavioral SIL gate caught loom's dead-stores pass producing valid-but-wrong output (run-stabilization 0.0234 → 0.329 on kiln). Pass-bisected: only dead-stores is wrong; the other 15 passes are correct. - AFD-023 / loom#220: filed with byte-exact committed repro (repro/loom-dead-stores/falcon-v1.59.fused.wasm) + the bisect table. - BUILD.bazel: wasm_optimize now runs all passes EXCEPT dead-stores (SIL-verified correct), keeping the meld→loom→synth order safe until loom#220 lands. - Per-piece this iter (falcon v1.59 / new releases): SIL gate 0.0234/0.1317 ✅, meld v0.31 fuse ✅, kiln == reference ✅, spar v0.18 WIT ✅, synth v0.11.45 installed. rwc#505 (wasm_component_import) MERGED upstream. rivet validate: PASS. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Release-watch loop iteration #20 (2026-06-14). New: falcon v1.59.0, synth v0.11.45, spar v0.18.0.
The catch (behavioral SIL gate, on the meld→loom reorder)
Moving to meld → loom → synth makes loom optimize the fused core — and the §3a behavioral gate caught loom's
dead-storespass producing valid-but-wrong output on the fused falcon-v1.59 core:run-stabilization0.023399856 → 0.32916 (kiln, same runtime). Pass-bisected: onlydead-storesis wrong; the other 15 passes are correct. Filed loom#220 with a byte-exact committed repro (repro/loom-dead-stores/).wasm_optimizewith all passes exceptdead-stores(SIL-verified correct) — keeps the meld→loom→synth order safe until loom#220 lands. AFD-023.Per-piece (new releases)
Supervision
wasm_component_import) MERGED — jess can drop its local adopt shim (follow-up: bump rwc pin past the merge).rivet validate: PASS.🤖 Generated with Claude Code