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