filmov
tv
Matthew Page - How to JIT: Writing a Python JIT from scratch in pure Python - PyCon 2019
![preview_player](https://i.ytimg.com/vi/2BB39q6cqPQ/maxresdefault.jpg)
Показать описание
"Speaker: Matthew Page
Have you ever wondered how a JIT compiler works? Production quality JIT compilers are large, complicated pieces of software that can seem inscrutable at first glance. However, building a simple JIT compiler is surprisingly easy. We'll walk through how to build a template-style JIT compiler for Python from first principles, in Python!
Have you ever wondered how a JIT compiler works? Production quality JIT compilers are large, complicated pieces of software that can seem inscrutable at first glance. However, building a simple JIT compiler is surprisingly easy. We'll walk through how to build a template-style JIT compiler for Python from first principles, in Python!