<!DOCTYPE html>
<html data-lt-installed="true">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body style="padding-bottom: 1px;">
    <p>Hi, Sergey,</p>
    <p>thanks for the patch! LGTM with a minor comment.</p>
    <p>Sergey</p>
    <div class="moz-cite-prefix">On 6/4/26 12:30, Sergey Kaplun wrote:<br>
    </div>
    <p><br>
    </p>
    <p><snipped></p>
    <blockquote type="cite"
      cite="mid:20260604093052.2221827-5-skaplun@tarantool.org">
      <pre wrap="" class="moz-quote-pre">
+
+
+def bcmode_cd(op):
+    return int((lj_bc_mode()[op] >> 7) & 15)
+
+
+# Unfortunately, there is no place in the VM except the generated
+# Lua table, where the bytecode names are stored. So duplicate
+# them here.
+BYTECODES = [
+    # Comparison ops. ORDER OPR.</pre>
    </blockquote>
    "ORDER OPR" - what does it mean? Here and below.
    <blockquote type="cite"
      cite="mid:20260604093052.2221827-5-skaplun@tarantool.org">
      <pre wrap="" class="moz-quote-pre">
+    'ISLT',
+    'ISGE',
+    'ISLE',
</pre>
    </blockquote>
    <snipped>
    <blockquote type="cite"
      cite="mid:20260604093052.2221827-5-skaplun@tarantool.org">
      <pre wrap="" class="moz-quote-pre">
 
</pre>
    </blockquote>
  </body>
  <lt-container></lt-container>
</html>