A look into the implementation details of CPython's Global Interpreter Lock (GIL) and how they changed between Python 3.9 and the current development branch that will become Python 3.13.| stefan-marr.de
A brief overview of our study of abstract-syntax-tree and bytecode interpreters on top of RPython and the GraalVM metacompilation systems.| stefan-marr.de
Lectures on programming language interpreters and just-in-time compilation| stefan-marr.de
Does order of bytecode handlers matter for performance? Sometimes it can. Here a brief overview, and all details in our paper!| stefan-marr.de