Hacker News new | ask | show | jobs
by zabzonk 1110 days ago
and as i said back then:

> I'd just like to clarify that it's specific _compilers_ that produce code that complies with an ABI specification (or don't). Neither the C nor the C++ language standards specify an ABI format.

1 comments

Yep, the "target triple" (poorly named) defines a C ABI. Every target triple defines a new C ABI.