PIC direct-call: cache InstanceBox function name after threshold\n- Add boxcall_pic_funcname cache in VM\n- execute_boxcall uses cache for direct function calls\n- Threshold=8 hits per site\n- Update CURRENT_TASK

This commit is contained in:
Moe Charm
2025-08-26 22:11:17 +09:00
parent b2b82c9e81
commit 2960a9b2f8
3 changed files with 30 additions and 1 deletions

View File

@ -13,7 +13,7 @@
2) 9.79b.2: VM VTable Thunks + Mono-PIC
- `execute_boxcall`をvtable+thunkの単一路線へユニバーサル0..3のfast-path追加✅ スケルトン
- call-site単位のモモーフィックPICを追加Key設計とカウンタ導入・記録まで✅ スケルトン
- 次: 安定閾値での直呼び最適化(後段
- 次: 安定閾値での直呼び最適化(InstanceBox関数名キャッシュ✅ 実装PIC=8で昇格
### すぐ試せるコマンド
```bash