Phase 25.1a: selfhost builder hotfix (fn rename, docs)

This commit is contained in:
nyash-codex
2025-11-15 05:42:32 +09:00
parent 8d9bbc40bd
commit 6856922374
40 changed files with 2013 additions and 72 deletions

View File

@ -162,6 +162,7 @@ Strictness & Tolerance (ENV policy)
- 目的: pred不一致などPHI入力の欠落をFailFastで検出。
- VMステップ上限無限ループ対策
- `HAKO_VM_MAX_STEPS`(互換: `NYASH_VM_MAX_STEPS`で1関数内の実行ステップに上限既定: 1,000,000
- `0` を指定するとステップ上限なし(開発/診断専用; 無限ループに注意)。
- OOB strict配列/範囲外の観測)
- `HAKO_OOB_STRICT=1`(互換: `NYASH_OOB_STRICT=1`でOOBを観測・タグ出力。
- `HAKO_OOB_STRICT_FAIL=1` でGateC(Core)の実行を非0終了にする出力のパース不要