ajinkyakulkarni / x86-64-minimal-JIT-compiler-Cpp

Writing a minimal x86-64 JIT compiler in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x86-64-minimal-JIT-compiler-Cpp

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

About

Writing a minimal x86-64 JIT compiler in C++

License:GNU General Public License v3.0


Languages

Language:C++ 94.6%Language:Assembly 5.4%