Building a JIT Compiler for CPython
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the challenges and innovations in building a just-in-time (JIT) compiler for CPython in this 29-minute PyCon US talk. Dive into the complexities of maintaining a programming language implementation with a diverse user base across multiple platforms. Learn about the "copy-and-patch" technique, a promising approach for generating high-quality template JIT compilers, as part of Microsoft's "Faster CPython" project. Discover recent advancements in CPython releases that serve as a foundation for this method. Gain insights into how copy-and-patch could significantly enhance Python's performance in a scalable and maintainable manner. Access accompanying slides for a comprehensive understanding of the topic.
Syllabus
Talks - Brandt Bucher: Building a JIT compiler for CPython
Taught by
PyCon US
Related Courses
Porting Python to WebAssemblyCNCF [Cloud Native Computing Foundation] via YouTube How We Are Making CPython Faster - Past, Present and Future
EuroPython Conference via YouTube How We Are Supercharging F-Strings in Python 3.12
EuroPython Conference via YouTube Tales of Python Security
EuroPython Conference via YouTube Demystifying Python’s Internals - Diving into CPython by Implementing a Pipe Operator
EuroPython Conference via YouTube