diff options
author | Takashi Kokubun <[email protected]> | 2023-03-02 21:14:26 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 23:28:59 -0800 |
commit | e8a36eb4f6f30f5d96960a4cc4025d020018f37b (patch) | |
tree | cc2490d397d654157a2016e8062b1af0354e944d /mjit_c.h | |
parent | 357007626ce77cd3cdb9e44568c1794e515792f6 (diff) |
Optimize setivar for known ivar index
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7448
Diffstat (limited to 'mjit_c.h')
-rw-r--r-- | mjit_c.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -180,6 +180,11 @@ MJIT_RUNTIME_COUNTERS( optgetconst_not_cached, optgetconst_cref, + setivar_frozen, + setivar_not_heap, + setivar_megamorphic, + setivar_no_index, + expandarray_splat, expandarray_postarg, expandarray_not_array, |