Description
Real-world JIT compilers like PyPy and Numba are complex and advanced. However, the basic ideas behind JIT compilers are easy to understand, as this talk aim to show.
This is a live-coding exercise: we will start from a blank page and write a working (albeit simple and limited) JIT compiler from scratch.