phase29z(p2): return cleanup and null propagation doc alignment

This commit is contained in:
2025-12-27 15:26:42 +09:00
parent 084277ee18
commit a916066631
5 changed files with 81 additions and 9 deletions

View File

@ -3,11 +3,11 @@
## Current Focus: Phase 29z P0RC insertion minimal
**2025-12-27: Phase 29z P1 完了**
- `src/mir/passes/rc_insertion.rs`: `Store` 上書き + `Store null`explicit dropの最小 release 挿入単一block・安全ガード
- `src/mir/passes/rc_insertion.rs`: `Store` 上書き + `Store null`explicit drop+ Return終端cleanup の最小 release 挿入単一block・安全ガード
- 既定OFF: Cargo feature `rc-insertion-minimal`env var 新設なし)
- 検証: quick 154/154 PASS 維持 + `cargo run --bin rc_insertion_selfcheck --features rc-insertion-minimal`
- 入口: `docs/development/current/main/phases/phase-29z/README.md`
- 次: Phase 29z P2 closeout残課題null伝搬強化/スコープ終端cleanupの方針化
- 次: Phase 29z P2 closeout残課題null伝搬強化/Branch&Jump終端cleanup/PHI・loop・early-exitの設計
**2025-12-27: Phase 29y P0 完了**
- docs-first SSOT finalizedABI/RC insertion/Observability