Posts tagged: You don't have to be a compiler engineer
-
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