diff options
author | Takashi Kokubun <[email protected]> | 2023-02-08 11:10:04 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 22:11:20 -0800 |
commit | 8d099ff699fb475f9fa2bc3abf19c3700c4f37f0 (patch) | |
tree | 97cfebded3a7a0a6054821031a8c622666beb21a /mjit_c.h | |
parent | a458923fe5f47d753f13c5fa4c7f74517f54c145 (diff) |
Implement opt_aref for Hash
Diffstat (limited to 'mjit_c.h')
-rw-r--r-- | mjit_c.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |