diff options
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 |