Runtime Linker - Definição do Glossário de CI/CD
O runtime linker resolve referências a símbolos em bibliotecas compartilhadas enquanto um programa roda, seja de forma eager na inicialização ou lazy na primeira chamada (PLT/GOT); uma biblioteca ausente ou com ABI incompatível aparece aqui como uma falha em tempo de carga no CI.
Guias relacionados
Dynamic Loader - CI/CD Glossary DefinitionThe dynamic loader is the OS component that maps a program and its shared libraries into memory and prepares…
Name Mangling - CI/CD Glossary DefinitionName mangling encodes types and namespaces into a symbol’s name so overloaded functions get unique linker sym…
Foreign Function Interface - CI/CD Glossary DefinitionAn FFI lets code in one language call functions written in another, bridging calling conventions - how high-l…