summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-02 21:14:26 -0800
committerTakashi Kokubun <[email protected]>2023-03-05 23:28:59 -0800
commite8a36eb4f6f30f5d96960a4cc4025d020018f37b (patch)
treecc2490d397d654157a2016e8062b1af0354e944d /mjit_c.h
parent357007626ce77cd3cdb9e44568c1794e515792f6 (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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mjit_c.h b/mjit_c.h
index 6a8f4dc122..29db6ec4bf 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -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,