# Just-In-Time Compiler Demo in C++
This project implements a simple Just-In-Time (JIT) compiler targeting x86-64. This is
part of a series of posts exploring interpreter optimization techniques.
If you would like to see follow along, see the article at
https://www.sourceprobe.com/articles/interpreters_03_jit/