docs: add loop canonicalizer SSOT + MirBuilder entrypoint

This commit is contained in:
nyash-codex
2025-12-16 04:37:47 +09:00
parent 990d00393e
commit 84ded8ca6c
10 changed files with 180 additions and 54 deletions

View File

@ -18,12 +18,14 @@
**追加Phase 132-P3: Exit PHI collision の早期検出debug-only**
- `verify_exit_phi_no_collision()``contract_checks.rs` に追加し、ValueId 衝突を JoinIR merge の段階で Fail-Fast する
## 20251215Phase 133135(短報)
## 20251215Phase 133136(短報)
- Phase 133: promoted carrierTrim`join_id` 解決を SSOT に寄せて修正smoke は compile-only
- Phase 134: plugin loader best-effort loading を導入(決定的順序 + failure 集約 + 継続)。
- Phase 135: ConditionLoweringBox が allocator SSOT を無視して ValueId 衝突を起こす問題を根治。
- 詳細: `docs/development/current/main/phases/phase-135/README.md`
- Phase 136: MirBuilder の Context 分割を完了し、状態の SSOT を Context に一本化。
- 詳細: `docs/development/current/main/phases/phase-136/README.md`
## 20251214現状サマリ