Writing a minimal x86-64 JIT compiler in C++ - Part 1 Posted on January 10, 2018 by Paul Part 1 - Generate and use a simple function at runtime Part 2 - Call a C++ function from a function generated at runtime In this article, I will show you how to write a minimal, bare-bones, x86-64 JIT compiler in C++ that runs on macOS, Linux and could potentially run on Windows through WSL. For our purposes,