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