ABI Compatibility - CI/CD用語集の定義
ABI 互換性とは、別々にコンパイルされたコンポーネントが同じ Application Binary Interface - 呼び出し規約、struct のレイアウト、シンボルのマングリング - を共有している状態で、shared library をその利用側を再ビルドせずに置き換えられるようにします。
関連ガイド
Dynamic Linking - CI/CD Glossary DefinitionDynamic linking resolves library references at load or run time from shared libraries on the system, keeping…
Shared Library - CI/CD Glossary DefinitionA shared library (.so, .dll, .dylib) is reusable compiled code loaded by many programs at run time, so a fix…
Target Triple - CI/CD Glossary DefinitionA target triple is a string like x86_64-unknown-linux-gnu naming the architecture, vendor, OS, and ABI a tool…