ABI & API

API defines the programning language and function entry point, arguments type, order.

ABI defines the programming compiled version to be according to previous version in:

  • struct size
  • type
  • order
  • layout
  • alignment
  • calling convention
  • way to make system calls, counts
  • format of compiled format

posted on 2016-08-05 17:49  三叁  阅读(175)  评论(0编辑  收藏  举报

导航