summaryrefslogtreecommitdiff
path: root/rjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-21 00:12:34 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-21 22:01:55 -0700
commit38946209a7361ca8cab15df7e9d28ea7746eb4f2 (patch)
treebdd164d3347698ce1411abc9012e72863da763e6 /rjit_c.h
parent65a725633b08ceefb50828b6e39dca9e03f35f48 (diff)
downloadruby-38946209a7361ca8cab15df7e9d28ea7746eb4f2.tar.gz
RJIT: Split has_rest_or_post exit reasons
Diffstat (limited to 'rjit_c.h')
-rw-r--r--rjit_c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rjit_c.h b/rjit_c.h
index 384b517480..41208129ca 100644
--- a/rjit_c.h
+++ b/rjit_c.h
@@ -58,7 +58,8 @@ RJIT_RUNTIME_COUNTERS(
send_iseq_complex_arg_setup_block,
send_iseq_complex_arity,
send_iseq_complex_has_lead,
- send_iseq_complex_has_rest_or_post,
+ send_iseq_complex_has_rest,
+ send_iseq_complex_has_post,
send_iseq_complex_has_opt,
send_iseq_complex_has_kw,
send_iseq_complex_has_kwrest,
@@ -92,7 +93,6 @@ RJIT_RUNTIME_COUNTERS(
send_bmethod_blockarg,
invokesuper_me_changed,
- invokesuper_same_me,
invokeblock_none,
invokeblock_symbol,