summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 21:42:10 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 21:42:20 -0700
commit8510f33cc1d7f6b5148d596cfea3fbf734661cd8 (patch)
tree8a9d758ff601da2f4a50e97e99eb9dd77b03447a /tool
parent4a8de3fa8872ed43b33f1ae81ae4767f4334283a (diff)
downloadruby-8510f33cc1d7f6b5148d596cfea3fbf734661cd8.tar.gz
RJIT: Implement intern
Diffstat (limited to 'tool')
-rwxr-xr-xtool/rjit/bindgen.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb
index 7cc97d3e3f..9c1cbdfcc9 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -541,6 +541,7 @@ generator = BindingGenerator.new(
rb_ary_tmp_new_from_values
rb_reg_new_ary
rb_ary_clear
+ rb_str_intern
],
types: %w[
CALL_DATA