YoVDO

Specializing Dynamic Language C Extensions Using Type Information

Offered By: ACM SIGPLAN via YouTube

Tags

Python Courses Static Analysis Courses CPython Courses PyPy Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore a 16-minute conference talk from SOAP 2024 that delves into specializing dynamic language C extensions using type information. Learn about the challenges faced by C-based interpreters like CPython when dealing with C extension code, and discover a novel technique called 'typed methods' proposed by researchers from Northeastern University and Heinrich-Heine-Universität Düsseldorf. Understand how this approach can significantly reduce call and return overhead in JIT compilers and interpreters, potentially improving performance for languages like Python. Gain insights into the implications of this technique for various language runtimes and static analysis tools. Examine the research findings, including the validation of the hypothesis that frequent calls to C extension code introduce unnecessary overhead. Consider the broader applications of this technique beyond PyPy and its potential impact on the field of language implementation.

Syllabus

[SOAP24] Dr Wenowdis: Specializing dynamic language C extensions using type information


Taught by

ACM SIGPLAN

Related Courses

Porting Python to WebAssembly
CNCF [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