summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-04-02 12:56:27 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-04-02 13:58:39 -0700
commit66f8efc342bd36ae14090f14e7c2b9a0e30b9be3 (patch)
tree0be84b050006a8e3ef30d3c7f3c75ef29a0f8780 /tool
parent284a0ff96c97be0c2413e3fb59a7874e4092c90b (diff)
downloadruby-66f8efc342bd36ae14090f14e7c2b9a0e30b9be3.tar.gz
RJIT: Simplify cfunc implementation
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 98d1ee775a..da8526c29c 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -492,6 +492,7 @@ generator = BindingGenerator.new(
SIZET: %w[
block_type_iseq
imemo_iseq
+ imemo_callinfo
rb_block_param_proxy
rb_cFalseClass
rb_cFloat
@@ -566,6 +567,7 @@ generator = BindingGenerator.new(
rb_ary_dup
rjit_rb_ary_subseq_length
rb_ary_unshift_m
+ rjit_build_kwhash
],
types: %w[
CALL_DATA