[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 now available
- From: Gé Weijers <ge@...>
- Date: Wed, 1 Jul 2020 11:47:59 -0700
On Wed, Jul 1, 2020 at 10:10 AM Ką Mykolas <kamicc@gmail.com> wrote:
>
> Disasm might be nice of the relevant section
You can generate one using this command (with gcc 10.1.0)
gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_3 -DLUA_USE_LINUX
-Wa,-adhln -c -g lobject.c > lobject.lst
With the inline substitution enabled it's really hard to figure out
what's going on.
Gé