Contribute Media
A thank you to everyone who makes this possible: Read More

How to write a JIT compiler in 30 minutes

Translations: en

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.

Details

Improve this page