phase_9_79b_2 (PIC skeleton): Add monomorphic PIC hit counters\n- VM stores per-(receiver-type, method_id/name) hit counts\n- execute_boxcall records hits before dispatch\n- CURRENT_TASK updated
This commit is contained in:
@ -12,7 +12,8 @@
|
||||
- Builderが解決可能なBoxCallに`method_id`を付与(未解決は遅延)✅ 実装/Printer表示
|
||||
2) 9.79b.2: VM VTable Thunks + Mono-PIC
|
||||
- `execute_boxcall`をvtable+thunkの単一路線へ(ユニバーサル0..3のfast-path追加)✅ スケルトン
|
||||
- call-site単位のモノモーフィックPICを追加(Key設計とカウンタ導入、最適化は後段)🟡 途中
|
||||
- call-site単位のモノモーフィックPICを追加(Key設計とカウンタ導入・記録まで)✅ スケルトン
|
||||
- 次: 安定閾値での直呼び最適化(後段)
|
||||
|
||||
### すぐ試せるコマンド
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user