Foreign Function Interface - Definição do Glossário de CI/CD
Uma foreign function interface (FFI) permite que um programa chame código escrito em outra linguagem ao reconciliar calling conventions, name mangling e layouts de dados na fronteira; é assim que linguagens gerenciadas invocam bibliotecas C nativas.
Guias relacionados
Calling Convention - CI/CD Glossary DefinitionA calling convention is the agreed rules for passing arguments and returning values between functions - regis…
Name Mangling - CI/CD Glossary DefinitionName mangling encodes types and namespaces into a symbol’s name so overloaded functions get unique linker sym…
Intermediate Representation - CI/CD Glossary DefinitionAn intermediate representation is the compiler’s internal form between source and machine code, where optimiz…