[Tarantool-patches] [PATCH luajit 3/5] dbg: update help for the lj-arch command
Sergey Bronnikov
sergeyb at tarantool.org
Tue Jun 9 16:58:50 MSK 2026
Hi, Sergey,
thanks for the patch! LGTM
Sergey
On 6/5/26 19:03, Sergey Kaplun wrote:
> 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):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20260609/d13ab6d5/attachment.htm>
More information about the Tarantool-patches
mailing list