Calling Convention - Definição do Glossário de CI/CD
Uma calling convention especifica como as funções passam argumentos, retornam valores e gerenciam a pilha (quais registradores, ordem de empilhamento, quem faz a limpeza); tanto o chamador quanto o chamado devem concordar, e uma incompatibilidade corrompe a pilha ou causa crash na fronteira da chamada.
Guias relacionados
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…
Object File - CI/CD Glossary DefinitionAn object file is the compiler’s machine-code output for one source unit, not yet runnable - the linker combi…