Skip to content
Latchkey

Calling Convention - CI/CD Glossary Definition

A calling convention is the part of an ABI that specifies how functions receive arguments and return values, which registers are caller- or callee-saved, and how the stack is managed across a call.

Examples

System V AMD64 and the Windows x64 convention differ in register usage, which is one reason binaries are not portable across operating systems even on the same CPU.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →