|
|
|
|
|
by connicpu
387 days ago
|
|
LuaJIT has a wonderful dynamic code generation system in the form of the DynASM[1] library. You can use it separately from LuaJIT for dynamic runtime code generation to create machine code optimized for a particular problem. [1]: https://luajit.org/dynasm.html |
|