fix(phase-285): restore weak_basic_llvm + complete LLVM detection/quick SSOT

This commit is contained in:
2025-12-26 16:32:37 +09:00
parent ce2baa0d47
commit 606e236d6d
9 changed files with 48 additions and 35 deletions

View File

@ -41,7 +41,8 @@ Related:
- P0/P1/P2 ✅ 完了weak 成功パターンは smoke 固定)
- P2.1 ✅ 完了: hidden root を根治し、weak-fail smoke を PASS に復帰
- P2.2 ✅ 完了: KeepAlive の二重責務を命令分離で解消(`KeepAlive`/`ReleaseStrong`
- P3planned: LLVM one-pass`--features llvm` integration を通す最小ゲート
- P3.1/P3.2 ✅ 完了: LLVM 検出 + quick SSOT`--features llvm`も quick の意味が変わらない
- P4 ✅ 完了: `phase285_weak_basic_llvm` を PASS に復帰quick 154/154
- 参考(現状の入口候補):
- weakref 表現: `src/value.rs``NyashValue::WeakBox`
- finalization: `src/finalization.rs`