https://luajit.org/dynasm.html
I didn't really need the JIT feature. But I did add support for it because Lua code can dynamically generate/load more Lua code.
I just found that the runtime overhead (memory and stack space) of LLVM was too high for my needs.
I didn't really need the JIT feature. But I did add support for it because Lua code can dynamically generate/load more Lua code.
I just found that the runtime overhead (memory and stack space) of LLVM was too high for my needs.