docs: update Now/INDEX for Phase 129-B join_k as-last

This commit is contained in:
nyash-codex
2025-12-18 07:54:16 +09:00
parent e0cbeb9aa0
commit 36717cad4f
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Phase 129 Progress Report
## Status: P0-P3 Complete, P1 Requires User Decision
## Status: P0/P2/P3 Complete, P1 in Progress (129-B complete)
### Completed Tasks ✅
@ -37,7 +37,7 @@
#### P1: Materialize join_k Continuation
**Current State**: Analysis complete, awaiting user decision
**Current State**: Phase 129-B (if-as-last) implemented; Phase 129-C (post-if) remains.
**Key Findings**:
1. Current `lower_if_node` is Phase 123-124 minimal (incomplete)
@ -63,7 +63,7 @@
- Pros: Incremental testing, clear rollback points
- Cons: More commits (3), slightly slower
**Decision Needed**: User/ChatGPT should choose Option A or B
**Decision Needed**: None for 129-B; next is 129-C (post-if via post_k continuation).
## Test Results Summary

View File

@ -134,8 +134,8 @@ x=1; flag=1; if flag==1 { x=2 }; print(x); return "OK"
## Acceptance Criteria
- ✅ P0: Phase 128 LLVM EXE smoke passes
- [ ] P1: join_k materialized in builder.rs
- [ ] P1: verify_normalized_structure enforces join_k properties
- ✅ P1-B: join_k materialized for if-as-last (then/else tail-call join_k)
- ✅ P1-B: verify_normalized_structure enforces join_k tailcall + PHI禁止
- [ ] P2: Phase 129 fixture + VM smoke passes
- [ ] P3: Documentation updated
- [ ] Regression: phase103, phase118, phase128 all PASS