A minimal JIT compiler for X86-64 written in C++
Building
Requirements
- C++
- cmake
- Preferably a UNIX environment, since it’s not tested in Windows (only tested in Ubuntu with
g++ 7.3.0
).
Compilation
- Clone this repository
- Navigate to the cloned repo on your system and run:
mkdir build && cd build
cmake ..
make