Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.6%
  • Assembly 5.4%