summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-04-02 16:59:07 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-04-02 22:32:16 -0700
commitd546f8c5183d583b2455ef005b9276a22bab3b65 (patch)
treea79ebfd83e476b367f5c1fca70a2c711d64f246e /tool
parent09ad7e20d35d94866cd96a1d6f3b1ede0fa89aff (diff)
downloadruby-d546f8c5183d583b2455ef005b9276a22bab3b65.tar.gz
RJIT: Store type information in Context
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 13b8ec3c07..a1b6c87249 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -494,10 +494,12 @@ generator = BindingGenerator.new(
imemo_iseq
imemo_callinfo
rb_block_param_proxy
+ rb_cArray
rb_cFalseClass
rb_cFloat
rb_cInteger
rb_cNilClass
+ rb_cString
rb_cSymbol
rb_cTrueClass
rb_rjit_global_events