logoalt Hacker News

pjmlptoday at 7:11 AM3 repliesview on HN

C doesn't have a stable ABI, most folks mistake the ABI from OS written in C, with an imaginary C ABI.


Replies

flohofwoetoday at 8:06 AM

OS ABIs are usually stable though ;)

Finally someone getting it right though. C doesn't have any ABI per se, compilers need to implement whatever ABI a specific operating system defines (otherwise the language would be pretty useless since it couldn't call into operating system functions).

cozzydtoday at 4:39 PM

Sure that's technically correct, but in practice it means I get a stable ABI :).

throwaway27448today at 7:21 AM

Even then, arrays can be encoded and enforced on each side. It would be simpler to enforce this via the abi—but the abi itself does not open issues with array description and access