summaryrefslogtreecommitdiff
path: root/yjit.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2022-01-05 01:07:52 -0800
committerJohn Hawthorn <john@hawthorn.email>2022-01-08 11:40:55 -0800
commit18b97eee5ace0fc70bf4e6d61092ad9fbade5f56 (patch)
treec4f14fbf3d514a78499caaf007bd2dd7b8bc652b /yjit.c
parentb5c039125fe375f91b9795a5e1b29febaa12d072 (diff)
YJIT: Add support for ruby array cfuncs (argc=-2)
This adds support for cfuncs which take variable arguments using a Ruby array. This is specified with the method entry's argc == -2.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5396
Diffstat (limited to 'yjit.c')
-rw-r--r--yjit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit.c b/yjit.c
index e4fa84d510..39ade5f1e2 100644
--- a/yjit.c
+++ b/yjit.c
@@ -69,7 +69,6 @@ YJIT_DECLARE_COUNTERS(
send_missing_method,
send_bmethod,
send_refined_method,
- send_cfunc_ruby_array_varg,
send_cfunc_argc_mismatch,
send_cfunc_toomany_args,
send_cfunc_tracing,