Name Mangling - Definição do Glossário de CI/CD
Name mangling é como os compiladores codificam o namespace, os tipos e a sobrecarga de uma função em seu símbolo de linker, para que assinaturas distintas mapeiem para nomes distintos; mangling incompatível entre compiladores ou linguagens produz erros de link do tipo "undefined symbol".
Guias relacionados
Calling Convention - CI/CD Glossary DefinitionA calling convention is the agreed rules for passing arguments and returning values between functions - regis…
Foreign Function Interface - CI/CD Glossary DefinitionAn FFI lets code in one language call functions written in another, bridging calling conventions - how high-l…
Runtime Linker - CI/CD Glossary DefinitionThe runtime linker resolves shared-library symbols as a program starts or on first use, binding calls to thei…