其他分享
首页 > 其他分享> > ABI

ABI

作者:互联网

https://itanium-cxx-abi.github.io/cxx-abi/

Itanium C++ ABI

Revised March 14, 2017


Introduction

The Itanium C++ ABI is an ABI for C++. As an ABI, it gives precise rules for implementing the language, ensuring that separately-compiled parts of a program can successfully interoperate. Although it was initially developed for the Itanium architecture, it is not platform-specific and can be layered portably on top of an arbitrary C ABI. Accordingly, it is used as the standard C++ ABI for many major operating systems on all major architectures, and is implemented in many major C++ compilers, including GCC and Clang.

Contact

This website may be mirrored in many places, some of which may become stale. The current canonical location is:

The primary discussion forum for the ABI is the GitHub repository. Please open a new issue for any new topic you want to discuss. Previously, the ABI was discussed on a mailing list, cxx-abi-dev, whose archives are still accessible.

Drafts

 

Proposals and auxiliary information:

 

标签:990603,ABI,SGI,call,closed,data
来源: https://www.cnblogs.com/Searchor/p/14023790.html