Re: [PATCH v9 1/3] Initial support for LuaJIT scripting

2017-08-14 Thread Victor Krapivensky
On Mon, Jul 31, 2017 at 03:18:21AM +0200, Eugene Syromiatnikov wrote: > The problem here is that these function implement the same non-trivial > logic as their C counterpart, thus, any change in the logic should be > made in two places, which is indeed error-prone. I'd still disagree. The logic is

Re: [PATCH v9 1/3] Initial support for LuaJIT scripting

2017-07-30 Thread Eugene Syromiatnikov
On Tue, Jul 25, 2017 at 03:59:50PM +0300, Victor Krapivensky wrote: > * .gitignore: Add luajit_lib.h. > * Makefile.am: Build with LuaJIT if configured so. > (strace_SOURCES): Add defs_shared.h, ffi.h. > (luajit_lib.h): Auto-generate from luajit_lib.lua. > * configure.ac: Add new --with-luajit confi