lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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é