This is a short summary. ↗ Open original to view full content
Recording: Live Coding a Bytecode Compiler for Python
from blog Confessions of a Code Addict, | ↗ original
Related
More from Confessions of a Code Addict
Linux Context Switching Internals: Part 1 - Process State and Memory
29 Dec 2024 |
original ↗
How does the Linux kernel represent processes and their state: A breakdown of task_struct and mm_struct
Reflections on 2024 and Exciting Plans for 2025
18 Dec 2024 |
original ↗
Looking back at what we accomplished in 2024, and plans for 2025
Context Switching and Performance: What Every Developer Should Know
12 Dec 2024 |
original ↗
Understand how context switching affects CPU registers, caches, TLB, and pipeline performance, and learn strategies to mitigate performance penalties
Live Session: Live Coding a Bytecode Interpreter for Python
1 Dec 2024 |
original ↗
We are due for our next live session.
Disillusioning the Magic of the fork System Call
26 Nov 2024 |
original ↗
How the kernels implement the fork system call