ネームマングリング - CI/CD 用語集の定義
ネームマングリングは、コンパイラが関数の名前空間、型、オーバーロードを linker シンボルにエンコードして、異なるシグネチャが異なる名前にマッピングされるようにする方法です。コンパイラや言語間でマングリングが一致しないと、"undefined symbol" の link エラーが発生します。
関連ガイド
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…