The resulting dispatch-value is then used to choose one of many possible function implementations.
随后,利用所得到的 dispatch-value 在多种可能的函数实现中选择一种。
This design allows additional work to be done in these functions, and not duplicated across multiple function implementations.
这个设计允许在这些函数中完成额外的工作,并且不再多个函数实现之间重复。
On the first call into any of these functions, the pseudo client library populates a table of function Pointers that then point to the "real" (libc) implementations of these functions.
在第一次调用这些函数中的某个函数时,pseudo客户机库会填充一个包含函数指针的表,这些函数指针指向函数“真正的”(libc)实现。
应用推荐