外部関数インターフェース - CI/CD 用語集の定義
外部関数インターフェース(FFI)は、境界で呼び出し規約、ネームマングリング、データレイアウトを調整することで、プログラムが別の言語で書かれたコードを呼び出せるようにします。マネージド言語がネイティブの C ライブラリを呼び出す仕組みです。
関連ガイド
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…