We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3d6ee commit 9cdc465Copy full SHA for 9cdc465
tool/ruby_vm/views/_insn_name_info.erb
@@ -24,6 +24,7 @@ extern const unsigned short rb_vm_insn_name_offset[VM_INSTRUCTION_SIZE];
24
RUBY_SYMBOL_EXPORT_END
25
26
#ifdef RUBY_VM_INSNS_INFO
27
+%# "trace_" is longer than "zjit_", so USE_ZJIT doesn't impact the max name size.
28
const int rb_vm_max_insn_name_size = <%= RubyVM::Instructions.map { |i| i.name.size }.max %>;
29
30
const char rb_vm_insn_name_base[] =
0 commit comments