summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-26 19:20:03 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-26 19:25:17 -0700
commit3352e76441b9c62704004df065a1a7e7784496a4 (patch)
treefaf6728bddc2b119096c58ccb24e7280131503bb /tool
parentff44e32f929d089fb3a9ce33bc4c7e59f2e0e588 (diff)
downloadruby-3352e76441b9c62704004df065a1a7e7784496a4.tar.gz
RJIT: Implement leaf builtin call
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 410ea016dd..8d5c3ce4e2 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -396,6 +396,8 @@ generator = BindingGenerator.new(
BOP_MOD
BOP_OR
BOP_PLUS
+ BUILTIN_ATTR_LEAF
+ BUILTIN_ATTR_NO_GC
HASH_REDEFINED_OP_FLAG
INTEGER_REDEFINED_OP_FLAG
INVALID_SHAPE_ID