Hi, Sergey, On 26.06.2024 11:37, Sergey Kaplun wrote: > From: Mike Pall > > Suggested by Sergey Kaplun. > > (cherry picked from commit d2fe2a6d465a3e4c74c9876db94ae606f9c6983b) > > This patch replaces the number of NYI bytecodes that can't be compiled > with their names in the `jit.dump()` and -jv outputs. Since the > functionality is the same, only `jit.dump()` is tested as most popular. > > Sergey Kaplun: > * added the description and the test for the feature > > Part of tarantool/tarantool#9924 > --- > > Branch:https://github.com/tarantool/luajit/tree/skaplun/lj-567-1176-print-nyi-names > Related Issues: > *https://github.com/tarantool/tarantool/issues/9924 > *https://github.com/LuaJIT/LuaJIT/pull/567 > *https://github.com/LuaJIT/LuaJIT/issues/1176 Thanks for the patch! LGTM