docs: add Phase 130 plan and set Now to Phase 130

This commit is contained in:
nyash-codex
2025-12-18 08:36:38 +09:00
parent 80df1cccd4
commit 05fccce09a
4 changed files with 106 additions and 14 deletions

View File

@ -8,6 +8,10 @@ Related:
## 直近JoinIR/selfhost
- **Phase 130if-only Normalized small expr/assign**
- ねらい: loop に行く前に if-only Normalized を “実用” に寄せるpost_k 内の最小計算 `x = x + 3; return x`
- 入口: `docs/development/current/main/phases/phase-130/README.md`
- **real-app loop regression の横展開VM + LLVM EXE**
- ねらい: 実コード由来ループを 1 本ずつ最小抽出して fixture/smoke で固定する(段階投入)。
- 現状: Phase 107find_balanced_array/object / json_cur 由来)まで固定済み。