Search code examples
assemblyx86x86-64jit

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 dlopening them - it works everywhere!