Tag: #relocation
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
Compiler and Linker Internals — From #include to an Executable: ELF, Symbols, Static/Dynamic Linking, Relocation, LTO (2025)
Tracing the journey of "hello.c" becoming an executable, atom by atom. The four phases of preprocess / compile / assemble / link, ELF file layout, symbol tables and relocation, the archive structure of static libraries,
2026-04-15 · 20 min read #compiler#linker#elf#symbol#static-linking