cpp icon indicating copy to clipboard operation
cpp copied to clipboard

Docs on ABIs

Open springmeyer opened this issue 7 years ago • 2 comments
trafficstars

We should have beginner docs on ABI and how it should be understood by C++ developers and users. Going to use this ticket as a place to drop links that will be potential resources when writing up this doc.

/cc @allieoop for visibility as we've talked about how important understanding ABI compatibility is for the design of mason

springmeyer avatar Apr 30 '18 20:04 springmeyer

Paper on ABI by the main author of libstdc++: https://accu.org/content/conf2015/JonathanWakely-What%20Is%20An%20ABI%20And%20Why%20Is%20It%20So%20Complicated.pdf

springmeyer avatar Apr 30 '18 20:04 springmeyer

Tools for checking ABI on linux: https://developers.redhat.com/blog/2016/02/04/abipkgdiff-ensuring-abi-compliance-for-shared-elf-library-packages/

springmeyer avatar Apr 30 '18 20:04 springmeyer