diff options
author | Takashi Kokubun <[email protected]> | 2023-03-04 13:39:04 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 23:28:59 -0800 |
commit | c17f200500fb0b33c11c0f4eaef97eca3399fdf4 (patch) | |
tree | 6ba1059fb011662ec3ad631a15ace7362fa09091 /mjit_c.h | |
parent | c587666f68bc3cd21d8dde9b759ef19574c50ca3 (diff) |
Implement nil blockarg
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7448
Diffstat (limited to 'mjit_c.h')
-rw-r--r-- | mjit_c.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -137,6 +137,7 @@ MJIT_RUNTIME_COUNTERS( send_blockiseq, send_block_handler, send_block_setup, + send_block_not_nil, send_iseq_not_only_optparam, send_iseq_kw_splat, @@ -162,6 +163,7 @@ MJIT_RUNTIME_COUNTERS( send_optimized_send_mid_id_changed, send_optimized_send_null_mid, send_optimized_send_send, + send_optimized_blockarg, invokesuper_me_changed, invokesuper_same_me, |