Understanding compiler runtime libraries: when hardware needs software's help

Learn how the compiler inserts functions to execute operations that the machine can’t perform with native instructions.

December 14, 2024

Python performance: 6x speedup by fixing a decimal module linking error

A case study on debugging a symbol error in the Python interpreters.

December 10, 2024

How to diagnose and mitigate linking errors

How to think about programs, how they compile, and how to mitigate hard linking errors.

December 7, 2024