phase29z(p2): return cleanup and null propagation doc alignment
This commit is contained in:
@ -17,9 +17,9 @@ Verification:
|
||||
Progress:
|
||||
- P0: overwrite release(Store 上書き)
|
||||
- P1: explicit drop(Store null)を最小対応
|
||||
- P2: closeout(残課題と次フェーズの入口を明文化)
|
||||
- P2: closeout(Return終端のcleanup追加、残課題を整理)
|
||||
|
||||
Next Steps(持ち越し事項):
|
||||
- null 伝搬の精度向上(copy 以外の伝搬パターンを段階的に追加)
|
||||
- スコープ終端の release(block end cleanup)の最小実装(単一blockから着手)
|
||||
- PHI/loop/early-exit は次フェーズ以降で慎重に扱う(誤 release 防止)
|
||||
- null 伝搬の精度向上(copy以外の伝搬パターンを段階的に追加)
|
||||
- block終端cleanupの拡張: Return以外(Branch/Jump)で安全に扱えるかの設計
|
||||
- PHI/loop/early-exit の安全な cleanup 設計(誤 release 防止)
|
||||
|
||||
Reference in New Issue
Block a user