docs: add Phase 97 LLVM EXE parity entry

This commit is contained in:
nyash-codex
2025-12-17 02:26:42 +09:00
parent bc55c50d70
commit 1a0d9ce8a0
3 changed files with 15 additions and 0 deletions

View File

@ -51,6 +51,8 @@ JoinIR の箱構造と責務、ループ/if の lowering パターンを把握
- `docs/development/current/main/phases/phase-95/README.md`
9. Phase 96: Trim policy 着手 + next_non_ws ループ
- `docs/development/current/main/phases/phase-96/README.md`
10. Phase 97: MiniJsonLoader LLVM EXE paritynext_non_ws / escape
- `docs/development/current/main/phases/phase-97/README.md`
6. MIR BuilderContext 分割の入口)
- `src/mir/builder/README.md`
7. Scope/BindingIdshadowing・束縛同一性の段階移行

View File

@ -70,6 +70,13 @@
- smoke: `tools/smokes/v2/profiles/integration/apps/phase96_json_loader_next_non_ws_vm.sh`
- Phase 記録(入口): `docs/development/current/main/phases/phase-96/README.md`
## 20251216Phase 97短報
- Phase 95/96 の MiniJsonLoader fixture を LLVM EXE ラインでも固定し、JoinIR/Trim の退行検出を強化。
- smoke: `tools/smokes/v2/profiles/integration/apps/phase97_next_non_ws_llvm_exe.sh`next_non_ws
- smoke: `tools/smokes/v2/profiles/integration/apps/phase97_json_loader_escape_llvm_exe.sh`escape
- Phase 記録(入口): `docs/development/current/main/phases/phase-97/README.md`
## 20251214現状サマリ
補足docs が増えて迷子になったときの「置き場所ルールSSOT」:

View File

@ -0,0 +1,6 @@
# Phase 97: LLVM EXE parity for MiniJsonLoader fixtures
- Phase 95/96 の VM 専用 fixture を LLVM EXE でも固定し、JoinIR/Trim 退行を早期検出できるようにする。
- 新規 smoke: `phase97_next_non_ws_llvm_exe.sh`apps/tests/phase96_json_loader_next_non_ws_min.hako
/ `phase97_json_loader_escape_llvm_exe.sh`apps/tests/phase95_json_loader_escape_min.hako
- LLVM/llvmlite が無い環境では SKIPintegration プロファイルのみで運用)