What Does the Linker Actually Do for Us?
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the inner workings of linkers in this comprehensive conference talk from ACCU 2021. Delve into the process of how linkers combine C++ code and libraries to create executable programs. Gain insights into object file contents, the components needed for a complete executable, and key concepts such as sections, symbols, and relocations. Examine how code and data are managed in programs and understand the influence of operating systems on linker operations. Investigate C++-specific aspects like template instantiations and inline function management. Learn about tools for examining object files and executables, demystifying the linking process. Suitable for developers with experience in compiled languages like C or C++ who want to deepen their understanding of the final step in the toolchain.
Syllabus
What Does the Linker Actually Do for Us? - CB Bailey & Andy Balaam [ ACCU 2021 ]
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube