Skip to content

Lexicon Entry

LTO (Link-Time Optimization)

An optimization technique where the compiler defers optimization until link time, enabling cross-module analysis.

Related Knowledge & Cross-References

Guide

Linker Explained: How Object Files Become Executables (Static & LTO)

Learn how the linker transforms object files into executables. Explore symbol resolution, relocation records, static vs dynamic linking, and Link-Time Optimization with real readelf and nm examples.