summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-02-08 11:10:04 -0800
committerTakashi Kokubun <[email protected]>2023-03-05 22:11:20 -0800
commit8d099ff699fb475f9fa2bc3abf19c3700c4f37f0 (patch)
tree97cfebded3a7a0a6054821031a8c622666beb21a /mjit_c.h
parenta458923fe5f47d753f13c5fa4c7f74517f54c145 (diff)
Implement opt_aref for Hash
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 99fd9df8e7..4ce846009a 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -132,6 +132,11 @@ MJIT_RUNTIME_COUNTERS(
getivar_special_const,
getivar_too_complex,
+ optaref_argc_not_one,
+ optaref_array,
+ optaref_not_hash,
+ optaref_send,
+
compiled_block_count
)
#undef MJIT_RUNTIME_COUNTERS