Understanding Application binary interface (ABI)
- by Tim
I am trying to understand the concept of Application binary interface (ABI).
From The Linux Kernel Primer:
An ABI is a set of conventions that allows a linker to combine
separately compiled modules into one unit without recompilation, such
as calling conventions, machine interface, and operating-system
interface. Among other things, an…