Search code examples
EXAMPLE-A
assembly
x86
x86-64
jit
Complete x86/x64 JIT Assembler for C Language
Do you know something just like
this
, but embeddable in a C program?
Solution
Some options:
LibJIT
GNU Lightning
The LLVM C bindings
Compiling modules with a C compiler and
dlopen
ing them - it works everywhere!
Close Ad