标签:int detail arch nts binary control alignment process ons
http://stackoverflow.com/questions/2171177/what-is-application-binary-interface-abi
ABIs cover details such as
ABIs may be defined at the processor-architecture level or at the OS level. the ABIs are standards to be followed by the code-generator phase of the compiler. the standard is fixed either by the OS or by the processor.
functionality: define the mechanism/standard to make function calls independent of the implementation language or a specific compiler/linker/toolchain. provide the mechanism which allows JNI, or python-c interface etc
标签:int detail arch nts binary control alignment process ons
原文地址:http://www.cnblogs.com/feng9exe/p/6882471.html