summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-19 21:18:09 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-19 23:58:14 -0700
commit70ea58bd5ba42b26ff39f51079af0efa422ac036 (patch)
tree3e975252e1f894cd81057f5271e7c84e69a51569 /tool
parent59b86da82c7e175b1a479c82bffe32d6fe394ecb (diff)
downloadruby-70ea58bd5ba42b26ff39f51079af0efa422ac036.tar.gz
RJIT: Break up RJIT send_iseq_complex exit reasons
Diffstat (limited to 'tool')
-rwxr-xr-xtool/rjit/bindgen.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb
index cd8502a2a7..66d45af361 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -377,6 +377,7 @@ generator = BindingGenerator.new(
src_path: src_path,
consts: {
LONG: %w[
+ UNLIMITED_ARGUMENTS
VM_ENV_DATA_INDEX_ME_CREF
VM_ENV_DATA_INDEX_SPECVAL
],
@@ -447,6 +448,7 @@ generator = BindingGenerator.new(
VM_CALL_FCALL
VM_CALL_KWARG
VM_CALL_KW_SPLAT
+ VM_CALL_KW_SPLAT_MUT
VM_CALL_KW_SPLAT_bit
VM_CALL_OPT_SEND
VM_CALL_TAILCALL