Writing a minimal x86-64 JIT compiler in C++
Here you could find the code for Writing a minimal x86-64 JIT compiler in C++, for more informations visit the project webpages:
https://solarianprogrammer.com/2018/01/10/writing-minimal-x86-64-jit-compiler-cpp/ https://solarianprogrammer.com/2018/01/12/writing-minimal-x86-64-jit-compiler-cpp-part-2/
In order to run the code you will need an Intel x86-64 machine with Linux or macOS.
You could use this program under the terms of GPL v3, for more details see:
https://www.gnu.org/copyleft/gpl.html
Copyright 2018 Sol from https://solarianprogrammer.com