• ClipSaver
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023 скачать в хорошем качестве

What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023 1 year ago

Compiler

compiler c++

anders schau knatten

compiler cpp

Compiler Explorer

Assembly code

compiler c++ linux

in c++

linker

loader c++

in cpp

linking

linkers

compilers

static linking

dynamic linking

ELF

operating system in cpp

CPU

What Happens After The Compiler

How Linking Works

c++

cpp

coding

cpponsea

software

C++ on Sea 2023

c++onsea

2023

videos

tutorial

programming

talks

conference

cpp on sea

c++ on sea

c++ compiler and linker

linker and loader in c++

linux

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023 в качестве 4k

У нас вы можете посмотреть бесплатно What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023 в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023

https://cpponsea.uk/ --- What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023 We all know roughly what the compiler does, it translates your source code into machine code. Thanks to Compiler Explorer, many of us now even look at the generated Assembly code. But wait a minute, that code is full of labels and function names, the CPU knows of no such things! Most of these are also defined in different compilation units, how can we jump to code we don't know where comes from? And even for our own compilation unit, how can the compiler know where in memory the machine code will eventually be loaded, so it can generate the right jumps? Even worse, what if that function comes from a dynamic shared object? This talk gives an introduction to how the compiler, linker, loader and operating system cooperates to get from a compilation unit to a running process. We'll look at static and dynamic linking, relocations, position independent code, sections and segments and virtual memory. The talk covers Linux only, but similar principles apply on Windows and Mac. --- Slides: https://github.com/philsquared/cppons... Sponsored By think-cell: https://www.think-cell.com/en/ --- Anders Schau Knatten Anders started programming in Turbo Pascal in 1995, and has been programming professionally in various languages since 2001. He's currently a principal developer at Ascenium, working on a new general-purpose CPU design. He's the author of cppquiz.org and the blog C++ on a Friday. --- C++ on Sea is an annual C++ and coding conference, in Folkestone, in the UK. Annual C++ on Sea, C++ conference: https://cpponsea.uk/ 2023 Program: https://cpponsea.uk/2023/schedule/ Twitter:   / cpponsea   --- YouTube Videos Filmed, Edited & Optimised by Digital Medium: https://events.digital-medium.co.uk #cpp​ #cpponsea​ #compiler

Comments
  • Typical C++, but Why? - Björn Fahller - C++ on Sea 2023 1 year ago
    Typical C++, but Why? - Björn Fahller - C++ on Sea 2023
    Опубликовано: 1 year ago
    13607
  • Let's Create a Compiler (Pt.1) 1 year ago
    Let's Create a Compiler (Pt.1)
    Опубликовано: 1 year ago
    695618
  • *(char*)0 = 0; - What Does the C++ Programmer Intend With This Code? - JF Bastien - C++ on Sea 2023 1 year ago
    *(char*)0 = 0; - What Does the C++ Programmer Intend With This Code? - JF Bastien - C++ on Sea 2023
    Опубликовано: 1 year ago
    296136
  • Константин Владимиров: Странные ограничения статических компиляторов 2 weeks ago
    Константин Владимиров: Странные ограничения статических компиляторов
    Опубликовано: 2 weeks ago
    6609
  • What's New in Compiler Explorer? - Matt Godbolt - C++ on Sea 2023 1 year ago
    What's New in Compiler Explorer? - Matt Godbolt - C++ on Sea 2023
    Опубликовано: 1 year ago
    12915
  • Branchless Programming in C++ - Fedor Pikus - CppCon 2021 3 years ago
    Branchless Programming in C++ - Fedor Pikus - CppCon 2021
    Опубликовано: 3 years ago
    171667
  • How symbols work and why we need them - Anders Schau Knatten - NDC TechTown 2023 1 year ago
    How symbols work and why we need them - Anders Schau Knatten - NDC TechTown 2023
    Опубликовано: 1 year ago
    2469
  • Assembly, System Calls, and Hardware in C++ - David Sankel - CppNow 2023 1 year ago
    Assembly, System Calls, and Hardware in C++ - David Sankel - CppNow 2023
    Опубликовано: 1 year ago
    35560
  • C++ Features You Might Not Know - Jonathan Müller - C++ on Sea 2023 1 year ago
    C++ Features You Might Not Know - Jonathan Müller - C++ on Sea 2023
    Опубликовано: 1 year ago
    59907
  • CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced.  What do they really do?” 7 years ago
    CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced. What do they really do?”
    Опубликовано: 7 years ago
    237975

Контактный email для правообладателей: [email protected] © 2017 - 2025

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS