jit30min icon indicating copy to clipboard operation
jit30min copied to clipboard

========================================== HOW TO WRITE A JIT COMPILER IN 30 MINUTES

 * Antonio Cuni, PyPy core dev

 * http://github.com/antocuni/jit30min

 * *VERY* simple JIT compiler for x86_64

 * Subset of Python

 * All variables are assumed to be of type `float`

 * We use PeachPy to encode ASM instructions

 * *DISCLAIMER*

     - I have never written any assembly before

================================ EP2019 "Write your own JIT" game

 * http://github.com/antocuni/jit30min

 * Extend the repo with your favorite feature

 * Send me a PR

 * I won't merge the PR but will keep a list of interested PRs