summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-01-23 11:36:23 -0800
committerGitHub <noreply@github.com>2024-01-23 19:36:23 +0000
commit27c1dd8634d34bfe3592151d66b410f28ca749ce (patch)
treeaccb9d7f9f44ec2ed2bc791c6bc928b0dd062d28 /tool
parent557b69e83b27dafea435719fc3afc2e67e155962 (diff)
YJIT: Allow inlining ISEQ calls with a block (#9622)
* YJIT: Allow inlining ISEQ calls with a block * Leave a TODO comment about u16 inline_block
Diffstat (limited to 'tool')
-rw-r--r--tool/mk_builtin_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mk_builtin_loader.rb b/tool/mk_builtin_loader.rb
index 871ac87006..989c8c5957 100644
--- a/tool/mk_builtin_loader.rb
+++ b/tool/mk_builtin_loader.rb
@@ -6,7 +6,7 @@ require_relative 'ruby_vm/helpers/c_escape'
SUBLIBS = {}
REQUIRED = {}
-BUILTIN_ATTRS = %w[leaf]
+BUILTIN_ATTRS = %w[leaf inline_block]
def string_literal(lit, str = [])
while lit