debase-ruby_core_source 3.2.1 → 3.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/addr2line.h +3 -1
  4. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/darray.h +246 -0
  5. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/debug_counter.h +7 -10
  6. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/eval_intern.h +3 -1
  7. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/id.h +44 -0
  8. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/insns_info.inc +128 -154
  9. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/array.h +9 -20
  10. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/internal/bits.h +568 -0
  11. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/class.h +11 -2
  12. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/cmdlineopt.h +5 -1
  13. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/compile.h +0 -1
  14. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/error.h +24 -2
  15. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/gc.h +29 -0
  16. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/hash.h +19 -44
  17. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/imemo.h +0 -1
  18. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/internal/io.h +137 -0
  19. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/internal/parse.h +108 -0
  20. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/process.h +0 -14
  21. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/range.h +2 -2
  22. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/re.h +1 -1
  23. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/internal/ruby_parser.h +69 -0
  24. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/signal.h +4 -0
  25. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/string.h +15 -0
  26. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/struct.h +9 -34
  27. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/thread.h +14 -0
  28. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/variable.h +17 -35
  29. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/vm.h +9 -2
  30. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/iseq.h +4 -4
  31. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/method.h +8 -7
  32. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/node.h +128 -0
  33. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/node_name.inc +4 -2
  34. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/parse.h +19 -6
  35. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1/internal/bits.h → ruby-3.3.0-preview3/parser_bits.h} +4 -4
  36. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/parser_node.h +32 -0
  37. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/parser_st.h +162 -0
  38. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/parser_value.h +106 -0
  39. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/prism_compile.h +18 -0
  40. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/ractor_core.h +10 -4
  41. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/regint.h +8 -0
  42. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/regparse.h +2 -1
  43. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/revision.h +5 -0
  44. data/lib/debase/ruby_core_source/ruby-3.3.0-preview3/rubyparser.h +1403 -0
  45. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/shape.h +32 -22
  46. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/symbol.h +2 -3
  47. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/thread_none.h +1 -0
  48. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/thread_pthread.h +66 -28
  49. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/thread_win32.h +1 -6
  50. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/variable.h +9 -2
  51. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/version.h +7 -3
  52. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm.inc +383 -497
  53. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm_callinfo.h +54 -16
  54. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm_core.h +92 -57
  55. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm_exec.h +11 -10
  56. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm_insnhelper.h +20 -23
  57. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm_opts.h +0 -5
  58. data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/yjit.h +12 -12
  59. data/lib/debase/ruby_core_source/version.rb +1 -1
  60. metadata +120 -115
  61. data/lib/debase/ruby_core_source/ruby-3.3.0-preview1/darray.h +0 -179
  62. data/lib/debase/ruby_core_source/ruby-3.3.0-preview1/internal/io.h +0 -38
  63. data/lib/debase/ruby_core_source/ruby-3.3.0-preview1/internal/parse.h +0 -25
  64. data/lib/debase/ruby_core_source/ruby-3.3.0-preview1/node.h +0 -514
  65. data/lib/debase/ruby_core_source/ruby-3.3.0-preview1/opt_sc.inc +0 -109
  66. data/lib/debase/ruby_core_source/ruby-3.3.0-preview1/revision.h +0 -5
  67. data/lib/debase/ruby_core_source/ruby-3.3.0-preview1/transient_heap.h +0 -65
  68. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/builtin.h +0 -0
  69. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/ccan/build_assert/build_assert.h +0 -0
  70. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/ccan/check_type/check_type.h +0 -0
  71. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/ccan/container_of/container_of.h +0 -0
  72. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/ccan/list/list.h +0 -0
  73. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/ccan/str/str.h +0 -0
  74. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/constant.h +0 -0
  75. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/dln.h +0 -0
  76. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/encindex.h +0 -0
  77. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/hrtime.h +0 -0
  78. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/id_table.h +0 -0
  79. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/insns.inc +0 -0
  80. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/basic_operators.h +0 -0
  81. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/bignum.h +0 -0
  82. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/compar.h +0 -0
  83. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/compilers.h +0 -0
  84. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/complex.h +0 -0
  85. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/cont.h +0 -0
  86. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/dir.h +0 -0
  87. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/enc.h +0 -0
  88. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/encoding.h +0 -0
  89. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/enum.h +0 -0
  90. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/enumerator.h +0 -0
  91. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/eval.h +0 -0
  92. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/file.h +0 -0
  93. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/fixnum.h +0 -0
  94. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/inits.h +0 -0
  95. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/load.h +0 -0
  96. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/loadpath.h +0 -0
  97. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/math.h +0 -0
  98. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/missing.h +0 -0
  99. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/numeric.h +0 -0
  100. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/object.h +0 -0
  101. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/proc.h +0 -0
  102. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/ractor.h +0 -0
  103. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/random.h +0 -0
  104. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/rational.h +0 -0
  105. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/sanitizers.h +0 -0
  106. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/serial.h +0 -0
  107. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/static_assert.h +0 -0
  108. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/symbol.h +0 -0
  109. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/time.h +0 -0
  110. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/transcode.h +0 -0
  111. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/util.h +0 -0
  112. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal/warnings.h +0 -0
  113. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/internal.h +0 -0
  114. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/known_errors.inc +0 -0
  115. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/optinsn.inc +0 -0
  116. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/optunifs.inc +0 -0
  117. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/probes_helper.h +0 -0
  118. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/regenc.h +0 -0
  119. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/rjit.h +0 -0
  120. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/rjit_c.h +0 -0
  121. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/ruby_assert.h +0 -0
  122. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/ruby_atomic.h +0 -0
  123. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/siphash.h +0 -0
  124. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/timev.h +0 -0
  125. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/transcode_data.h +0 -0
  126. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm_call_iseq_optimized.inc +0 -0
  127. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm_debug.h +0 -0
  128. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vm_sync.h +0 -0
  129. /data/lib/debase/ruby_core_source/{ruby-3.3.0-preview1 → ruby-3.3.0-preview3}/vmtc.inc +0 -0
@@ -443,32 +443,6 @@ insn_op_type(VALUE i, long j)
443
443
 
444
444
  #include "iseq.h"
445
445
 
446
- extern const bool rb_vm_insn_leaf_p[];
447
-
448
- #ifdef RUBY_VM_INSNS_INFO
449
- const bool rb_vm_insn_leaf_p[] = {
450
- 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,
451
- 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1,
452
- 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0,
453
- 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0,
454
- 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1,
455
- 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
456
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
457
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
458
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
459
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
460
- 0, 0,
461
- };
462
- #endif
463
-
464
- CONSTFUNC(MAYBE_UNUSED(static bool insn_leaf_p(VALUE insn)));
465
-
466
- bool
467
- insn_leaf_p(VALUE insn)
468
- {
469
- return rb_vm_insn_leaf_p[insn];
470
- }
471
-
472
446
  // This is used to tell RJIT that this insn would be leaf if CHECK_INTS didn't exist.
473
447
  // It should be used only when RUBY_VM_CHECK_INTS is directly written in insns.def.
474
448
  static bool leafness_of_check_ints = false;
@@ -510,7 +484,7 @@ leafness_of_checkmatch(rb_num_t flag)
510
484
  return false;
511
485
  }
512
486
  }
513
- #line 514 "insns_info.inc"
487
+ #line 488 "insns_info.inc"
514
488
 
515
489
  #line 10 "tool/ruby_vm/views/_sp_inc_helpers.erb"
516
490
 
@@ -540,7 +514,7 @@ sp_inc_of_invokeblock(const struct rb_callinfo *ci)
540
514
  * instructions, except that it does not pop receiver. */
541
515
  return sp_inc_of_sendish(ci) + 1;
542
516
  }
543
- #line 544 "insns_info.inc"
517
+ #line 518 "insns_info.inc"
544
518
 
545
519
  #ifndef RUBY_VM_EXEC_H
546
520
  /* can't #include "vm_exec.h" here... */
@@ -2008,7 +1982,7 @@ attr_leaf_getspecial(
2008
1982
  return
2009
1983
  #line 192 "insns.def"
2010
1984
  (type == 0) ? true : false;
2011
- #line 2012 "insns_info.inc"
1985
+ #line 1986 "insns_info.inc"
2012
1986
  }
2013
1987
 
2014
1988
  /* attr const char* name @ getspecial(key, type)()(val) */
@@ -2164,7 +2138,7 @@ attr_leaf_getinstancevariable(
2164
2138
  return
2165
2139
  #line 214 "insns.def"
2166
2140
  false;
2167
- #line 2168 "insns_info.inc"
2141
+ #line 2142 "insns_info.inc"
2168
2142
  }
2169
2143
 
2170
2144
  /* attr const char* name @ getinstancevariable(id, ic)()(val) */
@@ -2257,7 +2231,7 @@ attr_leaf_setinstancevariable(
2257
2231
  return
2258
2232
  #line 225 "insns.def"
2259
2233
  false;
2260
- #line 2261 "insns_info.inc"
2234
+ #line 2235 "insns_info.inc"
2261
2235
  }
2262
2236
 
2263
2237
  /* attr const char* name @ setinstancevariable(id, ic)(val)() */
@@ -2350,7 +2324,7 @@ attr_leaf_getclassvariable(
2350
2324
  return
2351
2325
  #line 237 "insns.def"
2352
2326
  false;
2353
- #line 2354 "insns_info.inc"
2327
+ #line 2328 "insns_info.inc"
2354
2328
  }
2355
2329
 
2356
2330
  /* attr const char* name @ getclassvariable(id, ic)()(val) */
@@ -2443,7 +2417,7 @@ attr_leaf_setclassvariable(
2443
2417
  return
2444
2418
  #line 250 "insns.def"
2445
2419
  false;
2446
- #line 2447 "insns_info.inc"
2420
+ #line 2421 "insns_info.inc"
2447
2421
  }
2448
2422
 
2449
2423
  /* attr const char* name @ setclassvariable(id, ic)(val)() */
@@ -2527,7 +2501,7 @@ attr_leaf_opt_getconstant_path(MAYBE_UNUSED(IC ic))
2527
2501
  return
2528
2502
  #line 261 "insns.def"
2529
2503
  false;
2530
- #line 2531 "insns_info.inc"
2504
+ #line 2505 "insns_info.inc"
2531
2505
  }
2532
2506
 
2533
2507
  /* attr const char* name @ opt_getconstant_path(ic)()(val) */
@@ -2591,9 +2565,9 @@ bool
2591
2565
  attr_leaf_getconstant(MAYBE_UNUSED(ID id))
2592
2566
  {
2593
2567
  return
2594
- #line 289 "insns.def"
2568
+ #line 276 "insns.def"
2595
2569
  false;
2596
- #line 2597 "insns_info.inc"
2570
+ #line 2571 "insns_info.inc"
2597
2571
  }
2598
2572
 
2599
2573
  /* attr const char* name @ getconstant(id)(klass, allow_nil)(val) */
@@ -2657,9 +2631,9 @@ bool
2657
2631
  attr_leaf_setconstant(MAYBE_UNUSED(ID id))
2658
2632
  {
2659
2633
  return
2660
- #line 305 "insns.def"
2634
+ #line 292 "insns.def"
2661
2635
  false;
2662
- #line 2663 "insns_info.inc"
2636
+ #line 2637 "insns_info.inc"
2663
2637
  }
2664
2638
 
2665
2639
  /* attr const char* name @ setconstant(id)(val, cbase)() */
@@ -2723,9 +2697,9 @@ bool
2723
2697
  attr_leaf_getglobal(MAYBE_UNUSED(ID gid))
2724
2698
  {
2725
2699
  return
2726
- #line 318 "insns.def"
2700
+ #line 305 "insns.def"
2727
2701
  false;
2728
- #line 2729 "insns_info.inc"
2702
+ #line 2703 "insns_info.inc"
2729
2703
  }
2730
2704
 
2731
2705
  /* attr const char* name @ getglobal(gid)()(val) */
@@ -2789,9 +2763,9 @@ bool
2789
2763
  attr_leaf_setglobal(MAYBE_UNUSED(ID gid))
2790
2764
  {
2791
2765
  return
2792
- #line 329 "insns.def"
2766
+ #line 316 "insns.def"
2793
2767
  false;
2794
- #line 2795 "insns_info.inc"
2768
+ #line 2769 "insns_info.inc"
2795
2769
  }
2796
2770
 
2797
2771
  /* attr const char* name @ setglobal(gid)(val)() */
@@ -3044,9 +3018,9 @@ bool
3044
3018
  attr_leaf_putspecialobject(MAYBE_UNUSED(rb_num_t value_type))
3045
3019
  {
3046
3020
  return
3047
- #line 376 "insns.def"
3021
+ #line 363 "insns.def"
3048
3022
  (value_type == VM_SPECIAL_OBJECT_VMCORE);
3049
- #line 3050 "insns_info.inc"
3023
+ #line 3024 "insns_info.inc"
3050
3024
  }
3051
3025
 
3052
3026
  /* attr const char* name @ putspecialobject(value_type)()(val) */
@@ -3173,9 +3147,9 @@ bool
3173
3147
  attr_leaf_concatstrings(MAYBE_UNUSED(rb_num_t num))
3174
3148
  {
3175
3149
  return
3176
- #line 402 "insns.def"
3150
+ #line 389 "insns.def"
3177
3151
  false;
3178
- #line 3179 "insns_info.inc"
3152
+ #line 3153 "insns_info.inc"
3179
3153
  }
3180
3154
 
3181
3155
  /* attr const char* name @ concatstrings(num)(...)(val) */
@@ -3211,9 +3185,9 @@ rb_snum_t
3211
3185
  attr_sp_inc_concatstrings(MAYBE_UNUSED(rb_num_t num))
3212
3186
  {
3213
3187
  return
3214
- #line 403 "insns.def"
3188
+ #line 390 "insns.def"
3215
3189
  1 - (rb_snum_t)num;
3216
- #line 3217 "insns_info.inc"
3190
+ #line 3191 "insns_info.inc"
3217
3191
  }
3218
3192
 
3219
3193
  /* attr rb_num_t width @ concatstrings(num)(...)(val) */
@@ -3314,9 +3288,9 @@ attr_leaf_toregexp(
3314
3288
  )
3315
3289
  {
3316
3290
  return
3317
- #line 429 "insns.def"
3291
+ #line 416 "insns.def"
3318
3292
  false;
3319
- #line 3320 "insns_info.inc"
3293
+ #line 3294 "insns_info.inc"
3320
3294
  }
3321
3295
 
3322
3296
  /* attr const char* name @ toregexp(opt, cnt)(...)(val) */
@@ -3367,9 +3341,9 @@ attr_sp_inc_toregexp(
3367
3341
  )
3368
3342
  {
3369
3343
  return
3370
- #line 430 "insns.def"
3344
+ #line 417 "insns.def"
3371
3345
  1 - (rb_snum_t)cnt;
3372
- #line 3373 "insns_info.inc"
3346
+ #line 3347 "insns_info.inc"
3373
3347
  }
3374
3348
 
3375
3349
  /* attr rb_num_t width @ toregexp(opt, cnt)(...)(val) */
@@ -3499,9 +3473,9 @@ rb_snum_t
3499
3473
  attr_sp_inc_newarray(MAYBE_UNUSED(rb_num_t num))
3500
3474
  {
3501
3475
  return
3502
- #line 453 "insns.def"
3476
+ #line 440 "insns.def"
3503
3477
  1 - (rb_snum_t)num;
3504
- #line 3505 "insns_info.inc"
3478
+ #line 3479 "insns_info.inc"
3505
3479
  }
3506
3480
 
3507
3481
  /* attr rb_num_t width @ newarray(num)(...)(val) */
@@ -3565,9 +3539,9 @@ rb_snum_t
3565
3539
  attr_sp_inc_newarraykwsplat(MAYBE_UNUSED(rb_num_t num))
3566
3540
  {
3567
3541
  return
3568
- #line 468 "insns.def"
3542
+ #line 455 "insns.def"
3569
3543
  1 - (rb_snum_t)num;
3570
- #line 3571 "insns_info.inc"
3544
+ #line 3545 "insns_info.inc"
3571
3545
  }
3572
3546
 
3573
3547
  /* attr rb_num_t width @ newarraykwsplat(num)(...)(val) */
@@ -3731,9 +3705,9 @@ attr_leaf_expandarray(
3731
3705
  )
3732
3706
  {
3733
3707
  return
3734
- #line 514 "insns.def"
3708
+ #line 501 "insns.def"
3735
3709
  false;
3736
- #line 3737 "insns_info.inc"
3710
+ #line 3711 "insns_info.inc"
3737
3711
  }
3738
3712
 
3739
3713
  /* attr const char* name @ expandarray(num, flag)(..., ary)(...) */
@@ -3784,9 +3758,9 @@ attr_sp_inc_expandarray(
3784
3758
  )
3785
3759
  {
3786
3760
  return
3787
- #line 515 "insns.def"
3761
+ #line 502 "insns.def"
3788
3762
  (rb_snum_t)num - 1 + (flag & 1 ? 1 : 0);
3789
- #line 3790 "insns_info.inc"
3763
+ #line 3764 "insns_info.inc"
3790
3764
  }
3791
3765
 
3792
3766
  /* attr rb_num_t width @ expandarray(num, flag)(..., ary)(...) */
@@ -3818,9 +3792,9 @@ bool
3818
3792
  attr_leaf_concatarray(void)
3819
3793
  {
3820
3794
  return
3821
- #line 526 "insns.def"
3795
+ #line 513 "insns.def"
3822
3796
  false;
3823
- #line 3824 "insns_info.inc"
3797
+ #line 3798 "insns_info.inc"
3824
3798
  }
3825
3799
 
3826
3800
  /* attr const char* name @ concatarray()(ary1, ary2)(ary) */
@@ -3884,9 +3858,9 @@ bool
3884
3858
  attr_leaf_splatarray(MAYBE_UNUSED(VALUE flag))
3885
3859
  {
3886
3860
  return
3887
- #line 537 "insns.def"
3861
+ #line 524 "insns.def"
3888
3862
  false;
3889
- #line 3890 "insns_info.inc"
3863
+ #line 3864 "insns_info.inc"
3890
3864
  }
3891
3865
 
3892
3866
  /* attr const char* name @ splatarray(flag)(ary)(obj) */
@@ -3950,9 +3924,9 @@ bool
3950
3924
  attr_leaf_newhash(MAYBE_UNUSED(rb_num_t num))
3951
3925
  {
3952
3926
  return
3953
- #line 548 "insns.def"
3927
+ #line 535 "insns.def"
3954
3928
  false;
3955
- #line 3956 "insns_info.inc"
3929
+ #line 3930 "insns_info.inc"
3956
3930
  }
3957
3931
 
3958
3932
  /* attr const char* name @ newhash(num)(...)(val) */
@@ -3988,9 +3962,9 @@ rb_snum_t
3988
3962
  attr_sp_inc_newhash(MAYBE_UNUSED(rb_num_t num))
3989
3963
  {
3990
3964
  return
3991
- #line 549 "insns.def"
3965
+ #line 536 "insns.def"
3992
3966
  1 - (rb_snum_t)num;
3993
- #line 3994 "insns_info.inc"
3967
+ #line 3968 "insns_info.inc"
3994
3968
  }
3995
3969
 
3996
3970
  /* attr rb_num_t width @ newhash(num)(...)(val) */
@@ -4019,9 +3993,9 @@ bool
4019
3993
  attr_leaf_newrange(MAYBE_UNUSED(rb_num_t flag))
4020
3994
  {
4021
3995
  return
4022
- #line 569 "insns.def"
3996
+ #line 556 "insns.def"
4023
3997
  false;
4024
- #line 4025 "insns_info.inc"
3998
+ #line 3999 "insns_info.inc"
4025
3999
  }
4026
4000
 
4027
4001
  /* attr const char* name @ newrange(flag)(low, high)(val) */
@@ -4246,9 +4220,9 @@ rb_snum_t
4246
4220
  attr_sp_inc_dupn(MAYBE_UNUSED(rb_num_t n))
4247
4221
  {
4248
4222
  return
4249
- #line 605 "insns.def"
4223
+ #line 592 "insns.def"
4250
4224
  n;
4251
- #line 4252 "insns_info.inc"
4225
+ #line 4226 "insns_info.inc"
4252
4226
  }
4253
4227
 
4254
4228
  /* attr rb_num_t width @ dupn(n)(...)(...) */
@@ -4375,9 +4349,9 @@ rb_snum_t
4375
4349
  attr_sp_inc_opt_reverse(MAYBE_UNUSED(rb_num_t n))
4376
4350
  {
4377
4351
  return
4378
- #line 629 "insns.def"
4352
+ #line 616 "insns.def"
4379
4353
  0;
4380
- #line 4381 "insns_info.inc"
4354
+ #line 4355 "insns_info.inc"
4381
4355
  }
4382
4356
 
4383
4357
  /* attr rb_num_t width @ opt_reverse(n)(...)(...) */
@@ -4441,9 +4415,9 @@ rb_snum_t
4441
4415
  attr_sp_inc_topn(MAYBE_UNUSED(rb_num_t n))
4442
4416
  {
4443
4417
  return
4444
- #line 659 "insns.def"
4418
+ #line 646 "insns.def"
4445
4419
  1;
4446
- #line 4447 "insns_info.inc"
4420
+ #line 4421 "insns_info.inc"
4447
4421
  }
4448
4422
 
4449
4423
  /* attr rb_num_t width @ topn(n)(...)(val) */
@@ -4507,9 +4481,9 @@ rb_snum_t
4507
4481
  attr_sp_inc_setn(MAYBE_UNUSED(rb_num_t n))
4508
4482
  {
4509
4483
  return
4510
- #line 670 "insns.def"
4484
+ #line 657 "insns.def"
4511
4485
  0;
4512
- #line 4513 "insns_info.inc"
4486
+ #line 4487 "insns_info.inc"
4513
4487
  }
4514
4488
 
4515
4489
  /* attr rb_num_t width @ setn(n)(..., val)(val) */
@@ -4573,9 +4547,9 @@ rb_snum_t
4573
4547
  attr_sp_inc_adjuststack(MAYBE_UNUSED(rb_num_t n))
4574
4548
  {
4575
4549
  return
4576
- #line 681 "insns.def"
4550
+ #line 668 "insns.def"
4577
4551
  -(rb_snum_t)n;
4578
- #line 4579 "insns_info.inc"
4552
+ #line 4553 "insns_info.inc"
4579
4553
  }
4580
4554
 
4581
4555
  /* attr rb_num_t width @ adjuststack(n)(...)(...) */
@@ -4616,9 +4590,9 @@ attr_leaf_defined(
4616
4590
  )
4617
4591
  {
4618
4592
  return
4619
- #line 696 "insns.def"
4593
+ #line 683 "insns.def"
4620
4594
  leafness_of_defined(op_type);
4621
- #line 4622 "insns_info.inc"
4595
+ #line 4596 "insns_info.inc"
4622
4596
  }
4623
4597
 
4624
4598
  /* attr const char* name @ defined(op_type, obj, pushval)(v)(val) */
@@ -4718,9 +4692,9 @@ attr_leaf_definedivar(
4718
4692
  )
4719
4693
  {
4720
4694
  return
4721
- #line 710 "insns.def"
4695
+ #line 697 "insns.def"
4722
4696
  false;
4723
- #line 4724 "insns_info.inc"
4697
+ #line 4698 "insns_info.inc"
4724
4698
  }
4725
4699
 
4726
4700
  /* attr const char* name @ definedivar(id, ic, pushval)()(val) */
@@ -4808,9 +4782,9 @@ bool
4808
4782
  attr_leaf_checkmatch(MAYBE_UNUSED(rb_num_t flag))
4809
4783
  {
4810
4784
  return
4811
- #line 730 "insns.def"
4785
+ #line 717 "insns.def"
4812
4786
  leafness_of_checkmatch(flag);
4813
- #line 4814 "insns_info.inc"
4787
+ #line 4788 "insns_info.inc"
4814
4788
  }
4815
4789
 
4816
4790
  /* attr const char* name @ checkmatch(flag)(target, pattern)(result) */
@@ -5305,9 +5279,9 @@ attr_comptime_sp_inc_send(
5305
5279
  )
5306
5280
  {
5307
5281
  return
5308
- #line 812 "insns.def"
5282
+ #line 799 "insns.def"
5309
5283
  sp_inc_of_sendish(ci);
5310
- #line 5311 "insns_info.inc"
5284
+ #line 5285 "insns_info.inc"
5311
5285
  }
5312
5286
 
5313
5287
  /* attr bool handles_sp @ send(cd, blockiseq)(...)(val) */
@@ -5378,9 +5352,9 @@ attr_sp_inc_send(
5378
5352
  )
5379
5353
  {
5380
5354
  return
5381
- #line 811 "insns.def"
5355
+ #line 798 "insns.def"
5382
5356
  sp_inc_of_sendish(cd->ci);
5383
- #line 5384 "insns_info.inc"
5357
+ #line 5358 "insns_info.inc"
5384
5358
  }
5385
5359
 
5386
5360
  /* attr rb_num_t width @ send(cd, blockiseq)(...)(val) */
@@ -5405,9 +5379,9 @@ rb_snum_t
5405
5379
  attr_comptime_sp_inc_opt_send_without_block(MAYBE_UNUSED(CALL_INFO ci))
5406
5380
  {
5407
5381
  return
5408
- #line 832 "insns.def"
5382
+ #line 819 "insns.def"
5409
5383
  sp_inc_of_sendish(ci);
5410
- #line 5411 "insns_info.inc"
5384
+ #line 5385 "insns_info.inc"
5411
5385
  }
5412
5386
 
5413
5387
  /* attr bool handles_sp @ opt_send_without_block(cd)(...)(val) */
@@ -5415,9 +5389,9 @@ bool
5415
5389
  attr_handles_sp_opt_send_without_block(MAYBE_UNUSED(CALL_DATA cd))
5416
5390
  {
5417
5391
  return
5418
- #line 830 "insns.def"
5392
+ #line 817 "insns.def"
5419
5393
  true;
5420
- #line 5421 "insns_info.inc"
5394
+ #line 5395 "insns_info.inc"
5421
5395
  }
5422
5396
 
5423
5397
  /* attr bool leaf @ opt_send_without_block(cd)(...)(val) */
@@ -5460,9 +5434,9 @@ rb_snum_t
5460
5434
  attr_sp_inc_opt_send_without_block(MAYBE_UNUSED(CALL_DATA cd))
5461
5435
  {
5462
5436
  return
5463
- #line 831 "insns.def"
5437
+ #line 818 "insns.def"
5464
5438
  sp_inc_of_sendish(cd->ci);
5465
- #line 5466 "insns_info.inc"
5439
+ #line 5440 "insns_info.inc"
5466
5440
  }
5467
5441
 
5468
5442
  /* attr rb_num_t width @ opt_send_without_block(cd)(...)(val) */
@@ -5491,9 +5465,9 @@ bool
5491
5465
  attr_leaf_objtostring(MAYBE_UNUSED(CALL_DATA cd))
5492
5466
  {
5493
5467
  return
5494
- #line 850 "insns.def"
5468
+ #line 837 "insns.def"
5495
5469
  false;
5496
- #line 5497 "insns_info.inc"
5470
+ #line 5471 "insns_info.inc"
5497
5471
  }
5498
5472
 
5499
5473
  /* attr const char* name @ objtostring(cd)(recv)(val) */
@@ -5799,9 +5773,9 @@ attr_comptime_sp_inc_opt_newarray_send(
5799
5773
  )
5800
5774
  {
5801
5775
  return
5802
- #line 912 "insns.def"
5776
+ #line 899 "insns.def"
5803
5777
  1 - (rb_snum_t)num;
5804
- #line 5805 "insns_info.inc"
5778
+ #line 5779 "insns_info.inc"
5805
5779
  }
5806
5780
 
5807
5781
  /* attr bool handles_sp @ opt_newarray_send(num, method)(...)(val) */
@@ -5822,9 +5796,9 @@ attr_leaf_opt_newarray_send(
5822
5796
  )
5823
5797
  {
5824
5798
  return
5825
- #line 910 "insns.def"
5799
+ #line 897 "insns.def"
5826
5800
  false;
5827
- #line 5828 "insns_info.inc"
5801
+ #line 5802 "insns_info.inc"
5828
5802
  }
5829
5803
 
5830
5804
  /* attr const char* name @ opt_newarray_send(num, method)(...)(val) */
@@ -5875,9 +5849,9 @@ attr_sp_inc_opt_newarray_send(
5875
5849
  )
5876
5850
  {
5877
5851
  return
5878
- #line 911 "insns.def"
5852
+ #line 898 "insns.def"
5879
5853
  1 - (rb_snum_t)num;
5880
- #line 5881 "insns_info.inc"
5854
+ #line 5855 "insns_info.inc"
5881
5855
  }
5882
5856
 
5883
5857
  /* attr rb_num_t width @ opt_newarray_send(num, method)(...)(val) */
@@ -5908,9 +5882,9 @@ attr_comptime_sp_inc_invokesuper(
5908
5882
  )
5909
5883
  {
5910
5884
  return
5911
- #line 936 "insns.def"
5885
+ #line 923 "insns.def"
5912
5886
  sp_inc_of_sendish(ci);
5913
- #line 5914 "insns_info.inc"
5887
+ #line 5888 "insns_info.inc"
5914
5888
  }
5915
5889
 
5916
5890
  /* attr bool handles_sp @ invokesuper(cd, blockiseq)(...)(val) */
@@ -5981,9 +5955,9 @@ attr_sp_inc_invokesuper(
5981
5955
  )
5982
5956
  {
5983
5957
  return
5984
- #line 935 "insns.def"
5958
+ #line 922 "insns.def"
5985
5959
  sp_inc_of_sendish(cd->ci);
5986
- #line 5987 "insns_info.inc"
5960
+ #line 5961 "insns_info.inc"
5987
5961
  }
5988
5962
 
5989
5963
  /* attr rb_num_t width @ invokesuper(cd, blockiseq)(...)(val) */
@@ -6008,9 +5982,9 @@ rb_snum_t
6008
5982
  attr_comptime_sp_inc_invokeblock(MAYBE_UNUSED(CALL_INFO ci))
6009
5983
  {
6010
5984
  return
6011
- #line 956 "insns.def"
5985
+ #line 943 "insns.def"
6012
5986
  sp_inc_of_invokeblock(ci);
6013
- #line 6014 "insns_info.inc"
5987
+ #line 5988 "insns_info.inc"
6014
5988
  }
6015
5989
 
6016
5990
  /* attr bool handles_sp @ invokeblock(cd)(...)(val) */
@@ -6018,9 +5992,9 @@ bool
6018
5992
  attr_handles_sp_invokeblock(MAYBE_UNUSED(CALL_DATA cd))
6019
5993
  {
6020
5994
  return
6021
- #line 954 "insns.def"
5995
+ #line 941 "insns.def"
6022
5996
  true;
6023
- #line 6024 "insns_info.inc"
5997
+ #line 5998 "insns_info.inc"
6024
5998
  }
6025
5999
 
6026
6000
  /* attr bool leaf @ invokeblock(cd)(...)(val) */
@@ -6063,9 +6037,9 @@ rb_snum_t
6063
6037
  attr_sp_inc_invokeblock(MAYBE_UNUSED(CALL_DATA cd))
6064
6038
  {
6065
6039
  return
6066
- #line 955 "insns.def"
6040
+ #line 942 "insns.def"
6067
6041
  sp_inc_of_invokeblock(cd->ci);
6068
- #line 6069 "insns_info.inc"
6042
+ #line 6043 "insns_info.inc"
6069
6043
  }
6070
6044
 
6071
6045
  /* attr rb_num_t width @ invokeblock(cd)(...)(val) */
@@ -6087,9 +6061,9 @@ bool
6087
6061
  attr_handles_sp_leave(void)
6088
6062
  {
6089
6063
  return
6090
- #line 978 "insns.def"
6064
+ #line 965 "insns.def"
6091
6065
  true;
6092
- #line 6093 "insns_info.inc"
6066
+ #line 6067 "insns_info.inc"
6093
6067
  }
6094
6068
 
6095
6069
  /* attr bool leaf @ leave()(val)(val) */
@@ -6097,9 +6071,9 @@ bool
6097
6071
  attr_leaf_leave(void)
6098
6072
  {
6099
6073
  return
6100
- #line 977 "insns.def"
6074
+ #line 964 "insns.def"
6101
6075
  false;
6102
- #line 6103 "insns_info.inc"
6076
+ #line 6077 "insns_info.inc"
6103
6077
  }
6104
6078
 
6105
6079
  /* attr const char* name @ leave()(val)(val) */
@@ -6163,9 +6137,9 @@ bool
6163
6137
  attr_leaf_throw(MAYBE_UNUSED(rb_num_t throw_state))
6164
6138
  {
6165
6139
  return
6166
- #line 1011 "insns.def"
6140
+ #line 998 "insns.def"
6167
6141
  false;
6168
- #line 6169 "insns_info.inc"
6142
+ #line 6143 "insns_info.inc"
6169
6143
  }
6170
6144
 
6171
6145
  /* attr const char* name @ throw(throw_state)(throwobj)(val) */
@@ -6229,9 +6203,9 @@ bool
6229
6203
  attr_leaf_jump(MAYBE_UNUSED(OFFSET dst))
6230
6204
  {
6231
6205
  return
6232
- #line 1029 "insns.def"
6206
+ #line 1016 "insns.def"
6233
6207
  leafness_of_check_ints;
6234
- #line 6235 "insns_info.inc"
6208
+ #line 6209 "insns_info.inc"
6235
6209
  }
6236
6210
 
6237
6211
  /* attr const char* name @ jump(dst)()() */
@@ -6295,9 +6269,9 @@ bool
6295
6269
  attr_leaf_branchif(MAYBE_UNUSED(OFFSET dst))
6296
6270
  {
6297
6271
  return
6298
- #line 1042 "insns.def"
6272
+ #line 1029 "insns.def"
6299
6273
  leafness_of_check_ints;
6300
- #line 6301 "insns_info.inc"
6274
+ #line 6275 "insns_info.inc"
6301
6275
  }
6302
6276
 
6303
6277
  /* attr const char* name @ branchif(dst)(val)() */
@@ -6361,9 +6335,9 @@ bool
6361
6335
  attr_leaf_branchunless(MAYBE_UNUSED(OFFSET dst))
6362
6336
  {
6363
6337
  return
6364
- #line 1057 "insns.def"
6338
+ #line 1044 "insns.def"
6365
6339
  leafness_of_check_ints;
6366
- #line 6367 "insns_info.inc"
6340
+ #line 6341 "insns_info.inc"
6367
6341
  }
6368
6342
 
6369
6343
  /* attr const char* name @ branchunless(dst)(val)() */
@@ -6427,9 +6401,9 @@ bool
6427
6401
  attr_leaf_branchnil(MAYBE_UNUSED(OFFSET dst))
6428
6402
  {
6429
6403
  return
6430
- #line 1072 "insns.def"
6404
+ #line 1059 "insns.def"
6431
6405
  leafness_of_check_ints;
6432
- #line 6433 "insns_info.inc"
6406
+ #line 6407 "insns_info.inc"
6433
6407
  }
6434
6408
 
6435
6409
  /* attr const char* name @ branchnil(dst)(val)() */
@@ -6642,9 +6616,9 @@ attr_sp_inc_opt_case_dispatch(
6642
6616
  )
6643
6617
  {
6644
6618
  return
6645
- #line 1100 "insns.def"
6619
+ #line 1087 "insns.def"
6646
6620
  -1;
6647
- #line 6648 "insns_info.inc"
6621
+ #line 6622 "insns_info.inc"
6648
6622
  }
6649
6623
 
6650
6624
  /* attr rb_num_t width @ opt_case_dispatch(hash, else_offset)(..., key)() */
@@ -6865,9 +6839,9 @@ bool
6865
6839
  attr_leaf_opt_div(MAYBE_UNUSED(CALL_DATA cd))
6866
6840
  {
6867
6841
  return
6868
- #line 1161 "insns.def"
6842
+ #line 1148 "insns.def"
6869
6843
  false;
6870
- #line 6871 "insns_info.inc"
6844
+ #line 6845 "insns_info.inc"
6871
6845
  }
6872
6846
 
6873
6847
  /* attr const char* name @ opt_div(cd)(recv, obj)(val) */
@@ -6931,9 +6905,9 @@ bool
6931
6905
  attr_leaf_opt_mod(MAYBE_UNUSED(CALL_DATA cd))
6932
6906
  {
6933
6907
  return
6934
- #line 1177 "insns.def"
6908
+ #line 1164 "insns.def"
6935
6909
  false;
6936
- #line 6937 "insns_info.inc"
6910
+ #line 6911 "insns_info.inc"
6937
6911
  }
6938
6912
 
6939
6913
  /* attr const char* name @ opt_mod(cd)(recv, obj)(val) */
@@ -7402,9 +7376,9 @@ bool
7402
7376
  attr_leaf_opt_ltlt(MAYBE_UNUSED(CALL_DATA cd))
7403
7377
  {
7404
7378
  return
7405
- #line 1279 "insns.def"
7379
+ #line 1266 "insns.def"
7406
7380
  false;
7407
- #line 7408 "insns_info.inc"
7381
+ #line 7382 "insns_info.inc"
7408
7382
  }
7409
7383
 
7410
7384
  /* attr const char* name @ opt_ltlt(cd)(recv, obj)(val) */
@@ -7594,9 +7568,9 @@ bool
7594
7568
  attr_leaf_opt_aref(MAYBE_UNUSED(CALL_DATA cd))
7595
7569
  {
7596
7570
  return
7597
- #line 1326 "insns.def"
7571
+ #line 1313 "insns.def"
7598
7572
  false;
7599
- #line 7600 "insns_info.inc"
7573
+ #line 7574 "insns_info.inc"
7600
7574
  }
7601
7575
 
7602
7576
  /* attr const char* name @ opt_aref(cd)(recv, obj)(val) */
@@ -7660,9 +7634,9 @@ bool
7660
7634
  attr_leaf_opt_aset(MAYBE_UNUSED(CALL_DATA cd))
7661
7635
  {
7662
7636
  return
7663
- #line 1343 "insns.def"
7637
+ #line 1330 "insns.def"
7664
7638
  false;
7665
- #line 7666 "insns_info.inc"
7639
+ #line 7640 "insns_info.inc"
7666
7640
  }
7667
7641
 
7668
7642
  /* attr const char* name @ opt_aset(cd)(recv, obj, set)(val) */
@@ -7735,9 +7709,9 @@ attr_leaf_opt_aset_with(
7735
7709
  )
7736
7710
  {
7737
7711
  return
7738
- #line 1359 "insns.def"
7712
+ #line 1346 "insns.def"
7739
7713
  false;
7740
- #line 7741 "insns_info.inc"
7714
+ #line 7715 "insns_info.inc"
7741
7715
  }
7742
7716
 
7743
7717
  /* attr const char* name @ opt_aset_with(key, cd)(recv, val)(val) */
@@ -7828,9 +7802,9 @@ attr_leaf_opt_aref_with(
7828
7802
  )
7829
7803
  {
7830
7804
  return
7831
- #line 1380 "insns.def"
7805
+ #line 1367 "insns.def"
7832
7806
  false;
7833
- #line 7834 "insns_info.inc"
7807
+ #line 7808 "insns_info.inc"
7834
7808
  }
7835
7809
 
7836
7810
  /* attr const char* name @ opt_aref_with(key, cd)(recv)(val) */
@@ -8227,9 +8201,9 @@ bool
8227
8201
  attr_leaf_opt_regexpmatch2(MAYBE_UNUSED(CALL_DATA cd))
8228
8202
  {
8229
8203
  return
8230
- #line 1466 "insns.def"
8204
+ #line 1453 "insns.def"
8231
8205
  false;
8232
- #line 8233 "insns_info.inc"
8206
+ #line 8207 "insns_info.inc"
8233
8207
  }
8234
8208
 
8235
8209
  /* attr const char* name @ opt_regexpmatch2(cd)(obj2, obj1)(val) */
@@ -8293,9 +8267,9 @@ bool
8293
8267
  attr_leaf_invokebuiltin(MAYBE_UNUSED(RB_BUILTIN bf))
8294
8268
  {
8295
8269
  return
8296
- #line 1481 "insns.def"
8270
+ #line 1468 "insns.def"
8297
8271
  false;
8298
- #line 8299 "insns_info.inc"
8272
+ #line 8273 "insns_info.inc"
8299
8273
  }
8300
8274
 
8301
8275
  /* attr const char* name @ invokebuiltin(bf)(...)(val) */
@@ -8331,9 +8305,9 @@ rb_snum_t
8331
8305
  attr_sp_inc_invokebuiltin(MAYBE_UNUSED(RB_BUILTIN bf))
8332
8306
  {
8333
8307
  return
8334
- #line 1482 "insns.def"
8308
+ #line 1469 "insns.def"
8335
8309
  1 - bf->argc;
8336
- #line 8337 "insns_info.inc"
8310
+ #line 8311 "insns_info.inc"
8337
8311
  }
8338
8312
 
8339
8313
  /* attr rb_num_t width @ invokebuiltin(bf)(...)(val) */
@@ -8371,9 +8345,9 @@ attr_leaf_opt_invokebuiltin_delegate(
8371
8345
  )
8372
8346
  {
8373
8347
  return
8374
- #line 1493 "insns.def"
8348
+ #line 1480 "insns.def"
8375
8349
  false;
8376
- #line 8377 "insns_info.inc"
8350
+ #line 8351 "insns_info.inc"
8377
8351
  }
8378
8352
 
8379
8353
  /* attr const char* name @ opt_invokebuiltin_delegate(bf, index)()(val) */
@@ -8464,9 +8438,9 @@ attr_leaf_opt_invokebuiltin_delegate_leave(
8464
8438
  )
8465
8439
  {
8466
8440
  return
8467
- #line 1504 "insns.def"
8441
+ #line 1491 "insns.def"
8468
8442
  false;
8469
- #line 8470 "insns_info.inc"
8443
+ #line 8444 "insns_info.inc"
8470
8444
  }
8471
8445
 
8472
8446
  /* attr const char* name @ opt_invokebuiltin_delegate_leave(bf, index)()(val) */