From 0973b93e495bd39da5032747fbc5051bb226c1a9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 27 Mar 2023 21:58:50 -0700 Subject: RJIT: Start moving away from VM-like ISEQ handling --- rjit_c.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'rjit_c.h') diff --git a/rjit_c.h b/rjit_c.h index 3ae4070266..42035b52c1 100644 --- a/rjit_c.h +++ b/rjit_c.h @@ -67,6 +67,20 @@ RJIT_RUNTIME_COUNTERS( send_iseq_complex_has_kw, send_iseq_complex_has_kwrest, send_iseq_complex_has_block, + send_iseq_ruby2_keywords, + send_iseq_has_rest_and_captured, + send_iseq_has_rest_and_kw, + send_iseq_has_no_kw, + send_iseq_zsuper, + send_iseq_materialized_block, + send_iseq_splat_with_kw, + send_iseq_has_rest, + send_iseq_block_arg0_splat, + send_iseq_kw_call, + send_iseq_splat, + send_iseq_has_rest_and_optional, + send_iseq_arity_error, + send_iseq_missing_optional_kw, send_cfunc_variadic, send_cfunc_too_many_args, -- cgit v1.2.1