<!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</p>
<p>Sergey</p>
<div class="moz-cite-prefix">On 6/5/26 19:03, Sergey Kaplun wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20260605160332.2760476-1-skaplun@tarantool.org">
<pre wrap="" class="moz-quote-pre">This patch adds the description of the LJ_DUALNUM dumped flag to the
lj-arch command's help.
---
src/luajit_dbg.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/luajit_dbg.py b/src/luajit_dbg.py
index 300d65e9..9182e012 100644
--- a/src/luajit_dbg.py
+++ b/src/luajit_dbg.py
@@ -1100,7 +1100,8 @@ lj-arch
The command requires no args and dumps values of LJ_64 and LJ_GC64
compile-time flags. These values define the sizes of host and GC
-pointers, respectively.
+pointers, respectively. Also, it dumps the value for the LJ_DUALNUM
+compile-time flag to inspect if LuaJIT is built in dual-number mode.
'''
def execute(self, arg):
</pre>
</blockquote>
</body>
<lt-container></lt-container>
</html>