JIT libraries

  • Xbyak looks amazing (x86)
  • LLVM: ORC
  • GCC: libgccjit
  • Might be also useful: libunwind

IR JITs

x86_64->arm64 recompilation

x86->wasm

N64->C static recompiler

Literature

  • Virtual Machines: Versatile Platforms for Systems and Processes by Jim Smith and Ravi Nair