summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-04-01 21:52:35 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-04-01 23:00:36 -0700
commita077b7e36b27462b9702251d6fb823d3a092a134 (patch)
tree0840fba415562e5602279632d3305cc4f27be058 /tool
parent87dc06ed242ab6524cc51404513a8b0dad9fe1e3 (diff)
downloadruby-a077b7e36b27462b9702251d6fb823d3a092a134.tar.gz
RJIT: Support rest args
Diffstat (limited to 'tool')
-rwxr-xr-xtool/rjit/bindgen.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb
index 180c21a6c9..88ac3a6161 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -563,6 +563,9 @@ generator = BindingGenerator.new(
rb_str_dup
rb_vm_yield_with_cfunc
rb_vm_set_ivar_id
+ rb_ary_dup
+ rjit_rb_ary_subseq_length
+ rb_yjit_rb_ary_unshift_m
],
types: %w[
CALL_DATA