Posts tagged: JIT
-
January 27, 2026
I run a server farm in my closet (and you can too!)
One woman's quest to answer the question: does JIT go brrr?
-
November 04, 2025
What the heck is a trampoline, anyway?
You don't have to be a compiler engineer to understand that trampolines are small hops to far destinations.
-
July 27, 2025
How JIT builds of CPython actually work
You don't have to be a compiler engineer to understand how your code runs in a JIT build of CPython