Loading page…
Application Binary Interface: the binary-level contract covering calling conventions, type layout, alignment, and symbol naming.
ABI stability is why distros can update glibc without recompiling every program, and ABI breaks are why C++ libraries ship so carefully.