告别年代

阳光里闪耀的色彩真美丽

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

libffi

(以下E文摘自http://www.sourceware.org/libffi/)

A Portable Foreign Function Interface Library.

Compilers for high level languages generate code that follows certain conventions.

Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. Libffi can be used in such programs to provide a bridge from the interpreter program to compiled code.

主要用于在解释程序和编译程序之间架起一道桥梁。

posted on 2013-10-09 10:57  告别年代  阅读(500)  评论(0编辑  收藏  举报